-
Notifications
You must be signed in to change notification settings - Fork 523
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
buildozer failed for Broken toolchain
when building numpy with python.host
#564
Comments
crystax environment setting error. |
@heyrict , what does that mean, "crystax environment setting error"? How did you resolve this issue? This is the error that I have now. |
In my case, it seems that the environment variables are not correctly set. Adding these lines resolves it. export ANDROIDSDK="$HOME/Android/Sdk"
export ANDROIDNDK="/opt/crystax-ndk-10.3.2"
export APP_ANDROID_SDK_PATH="$HOME/Android/Sdk"
export APP_ANDROID_NDK_PATH="/opt/crystax-ndk-10.3.2" |
Doing this does not fix it for me. In fact, for me there is no file called |
Where did you install crystax ndk? |
buildozer raised a
RuntimeError
when building numpy1.9.2 from source on my ubuntu16.04LTS.while building the source manually using the python2 installed by apt(Python 2.7.12) ends in a success.
The version of buildozer is 0.33
The log of buildozer:
The text was updated successfully, but these errors were encountered: