community icon indicating copy to clipboard operation
community copied to clipboard

Kivy causes app to crash immediately after opening

Open jiri-otoupal opened this issue 1 year ago • 2 comments

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

jiri-otoupal avatar Oct 05 '24 21:10 jiri-otoupal

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

mp-007 avatar Oct 05 '24 23:10 mp-007

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

jiri-otoupal avatar Oct 05 '24 23:10 jiri-otoupal

What's the requirements of your buildozer.spec file?

kuzeyron avatar Dec 25 '24 14:12 kuzeyron

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.

github-actions[bot] avatar Feb 06 '25 05:02 github-actions[bot]