-
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
buildozer error Building pycrypto for arm64-v8a and x86_64 #2216
Comments
Could you format all logs and buildozer.spec file using backquotes so it's readable? |
@AndreMiras I have looked in the 56a92b1 file mentioned here but they are already fixed. I checked inside the pycrypto directory and fixed the lines but got fhe following error
config.log here
Here is the pycrypto file modified the comments are the old parts
|
Nice for trying. And thanks for fixing the formatting, it's much better now!
So simply fix that so it works |
Yeah I now I don't know where should I take the
|
Look into the pythonforandroid code base. Send a couple of |
I have found
but still the problem remains. The first one mentioned.
since it produced the error
|
Well now you need to find how is this key dealt with. Try to find recipes that use it and try to make sense out of it, you're almost there |
So I have been trying to fix all the error that I could fix and got the following code for the pycrypto init.py; (the lines with a # at the end have been added or modified from the original):
And here is the log of error:
|
Yes that's tricky, in your config.log, I thin the important line is:
So you see here we already have some libraries linked |
In the file
Checking if works on both arm64-v8a and armeabi-v7a without modifying anything
|
Directly copy-pasted (as a noob), worked perfectly! <3 |
Versions
Description
Hello, I have been trying to create a version for devices 64 bit, I tried both arm64-v8a and x86_64. While for armeabi-v7a works with no problem. But got the same error on building cython
buildozer.spec
Command:
Spec file:
[app]
Logs
---------------------------------------------console output -----------------------------------------------------------
The text was updated successfully, but these errors were encountered: