-
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
Python3 APK fails to build! #927
Comments
what did you put in your requirements line in buildozer.spec? |
I find the problem, but it continues to fail. requirements = python3crystax, kivy==master
|
This is the problem, you must download the CrystaX NDK and tell buildozer to use it. |
Thanks for the help :-) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I'm trying to build a python3 (python3crystax) apk using kivy and buildozer, but fail build.
https://blog.kivy.org/2016/01/python-for-android-now-supports-python-3%C2%A0apks/
The text was updated successfully, but these errors were encountered: