Skip to content

Error to execute comand ./distribute.sh -m "openssl pil kivy" #167

@uxmar

Description

@uxmar

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) !!

  1. Ensure that SDK/NDK paths are correct
  2. 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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions