-
Notifications
You must be signed in to change notification settings - Fork 2k
Description
I 'm trying to convert my project to .apk
I followed all the instructions are two websites:
http://python-for-android.readthedocs.org/en/latest/prerequisites/
https://github.com/kivy/python-for-android
But I have a problem running the command:
./distribute.sh -m "openssl pil kivy"
The result is:
Check build dependencies for Ubuntu
Check enviromnent
SDK located at /home/gabriela/and/android-sdk-linux
NDK located at /home/gabriela/and/android-ndk-r9
NDK version is r9
API level set to 14
Check mandatory tools
Distribution will be located at /home/gabriela/python-for-android/dist/default
Entering in ARM enviromnent
Unable to find compiler (arm-linux-androideabi-gcc) !!
- Ensure that SDK/NDK paths are correct
- Ensure that you've the Android API 14 SDK Platform (via android tool)
My variables are as follows:
export ANDROIDSDK=/home/gabriela/and/android-sdk-linux
export ANDROIDNDK=/home/gabriela/and/android-ndk-r9
export ANDROIDNDKVER=r9
export ANDROIDAPI=14
export PATH=$ANDROIDNDK:$ANDROIDSDK/platform-tools:$ANDROIDSDK/tools:$PATH
And I have successfully installed the API 14.