-
Notifications
You must be signed in to change notification settings - Fork 4
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
doesn't work with buildozer/kivy : ImportError: dlopen failed: cannot locate symbol __gxx_personality_v0 #11
Comments
Hi @magowiz, |
Sure, here it is:
|
i see aarch64 in output. And select the wheel for the desired python and aarch64 version |
install command:
|
are they available via pypi ? In buildozer I can only put a package name, if it matches a recipe (specific instructions for that package) it will use it, otherwise downloads using pypi, I'm trying to get some information about how to use those whl inside a recipe. By the way thank you very much for providing me those packages. |
I'll add them to pypi within tomorrow, I'm working late today |
oh great, it's fantastic, thank you very much indeed! |
Try now |
Sorry I forgot to update you about this: I thought that somehow since I cited the python-for-android issue 3030 (kivy/python-for-android#3030) you get some notification about that. T-Dynamos told me that those wheels are not going to work on android, here's reference to his comment : kivy/python-for-android#3030 (comment) So currently I'm waiting for instructions from T-Dynamos to fix my p4a recipe or some evolution in p4a to handle this. |
Hi,
I'm trying to build an android app with kivy/buildozer, using architecture
arm64-v8a
, shazamio-core build is fine (no error on compile), but when running on smartphone the app crashes with this error:What I miss?
from python-for-android (here: kivy/python-for-android#3030) they suggested me to add
-lstdc++
toLDFLAGS
but I still get the error.The text was updated successfully, but these errors were encountered: