-
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
The python3crystax recipe can only be built when using the CrystaX NDK. #1225
Comments
I am having this problem as well. Please advise! |
I've tried from the beginning on another PC and faced the same error... |
Does it work if you pass the NDK directory using the |
@inclement thanks, yes, it works, but then I faced with this |
Hi there,
I am trying to build some project, here is one of the build commands which provide an error:
sudo /usr/bin/python3 -m pythonforandroid.toolchain create --dist_name=Electrum --bootstrap=sdl2 --requirements=python3crystax,android,openssl,plyer,kivy==master --arch armeabi-v7a --copy-libs --color=always --storage-dir=/home/kirill/Projects/SI-Crypto/Electrum/.buildozer/android/platform/build
Here is an error:
The python3crystax recipe can only be built when using the CrystaX NDK.
Here how I export variables:
As you can see in the full output below, p4a still trying to use android-ndk instead of CrystaX NDK. Why that's happening ?
Could anyone help me with any advice ? Thanks
Here is a full output:
The text was updated successfully, but these errors were encountered: