Kivy causes app to crash immediately after opening
Software Versions
- Python: 3.11
- OS: Android
- Kivy: 2.3.0
- Kivy installation method:
Describe the bug Kivy app immediately crashes with this output in logcat
ImportError: dlopen failed: "/data/data/org.jitoma.chatter/files/app/_python_bundle/site-packages/kivy/_event.so" is for EM_X86_64 (62) instead of EM_AARCH64 (183)
Expected behavior It should just work
To Reproduce Compile kivy app on Ubuntu and start the app
maybe this can help https://github.com/Android-for-Python/Android-for-Python-Users?tab=readme-ov-file#em_x86_64-instead-of-em_aarch64
maybe this can help https://github.com/Android-for-Python/Android-for-Python-Users?tab=readme-ov-file#em_x86_64-instead-of-em_aarch64
I was reading that, its for different issue my issue is from _event.so Also I have a much higher package version charset-normalizer==3.3.2
This is linked directly to some issue in kivy or buildozer building it as x86_64 instead idk why, but its totally useless I cannot even build example app
What's the requirements of your buildozer.spec file?
This issue has been automatically closed because there has been no response to our request for more information from the original author. With only the information that is currently in the issue, we don't have the means to take action. Please reach out if you have or find the answers we need so that we can investigate further.