Skip to content

gabedude/python3-android

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Python 3 Android

This is an experimental set of build scripts that will crosscompile Python 3 for an ARM Android device.

Usage

  1. Download the Android NDK and extract android-ndk-r$V to the sdk directory.
  2. Edit env to match your configuration.
  3. Run ./clean.sh for good measure.
  4. Run ./fetch.sh to fetch the source archives.
  5. Run ./build.sh to build everything!

Currently, cross-compiling is only supported for Linux hosts due Python cross-compile limitations.

About

Python 3 cross-compilation tools for Android.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 84.3%
  • Shell 15.7%