First download both the make.sh script and python-for-android.tar.bz2 files in the same directory:
Cross-compiling Python-4-Android for ARM NEON
To cross-compile for ARM NEON, run make.sh with the following options:$ make.sh -x -n /path/to/android-ndk-r9c -a armeabi-v7a-NEON -t arm-linux-androideabi-4.8
Cross-compiling Python-4-Android for x86
To cross-compile for x86, run make.sh with the following options:$ make.sh -x -n /path/to/android-ndk-r9c -a x86 -t x86-4.6
No comments:
Post a Comment
Note: Only a member of this blog may post a comment.