-
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
Python3(crystax ndk) builds broken #511
Comments
NDK (x86) wasn't unpacked completely due to a glitch with Nemo/Nautilus on a slower machine (1,6GHz & 1GB RAM) so I ended up with ~3GB folder (of ~8GB), and the important stuff was missing. Non-GUI unpacking fixed it, the app works fine. |
@KeyWeeUsr Could you help me with the python3 build? |
@gutioliveira unless you're experiencing a bug in the program, for this kind of support are mailing list and IRC channels, you can find them here :) |
Can you please post your buildozer.spec file? I am having trouble loading the crystax-ndk |
In the recent past I was able to create py3 builds with p4a just fine, but when I tried now with buildozer (clean installation), the building is broken because it can't find prebuilt py3 for
armeabi-v7a
for some reason. I tried even with the quite recent change in p4a (buildozer downloads p4a master) and used:python3crystax=3.6
(resulted in py2 build when I just copied it from the PR)python3crystax==3.6
(same error like with 3.5):sdk 20, crystax 10.3.2 linux x86 version(because 32bit arch)
log:
spec (default + changes):
The text was updated successfully, but these errors were encountered: