-
Notifications
You must be signed in to change notification settings - Fork 1.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error to execute comand ./distribute.sh -m "openssl pil kivy" #167
Comments
Have you given buildozer a try? It automates a lot of the steps for On Sun, Nov 3, 2013 at 5:05 PM, uxmar [email protected] wrote:
Ben Rousch |
Hi brousch. |
Hello, I started using this solution and in parallel was trying to do it the classic way. For those who happen the same mistake, you have to download the first package named for the date: android-ndk-9b-linux-x86_64.tar.bz2 Thank you for your help. PD. I'm going to document regarding this to start using it too. |
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) !!
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.
The text was updated successfully, but these errors were encountered: