We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
From @farzinh on June 23, 2018 6:11
when I run my python code in buildozer there is not any problem , but when lanching apk, it crash.
it seems like this issue com from /libpymodules.so but i don't know how can I add this
ImportError: dlopen failed: library "/data/user/0/org.gmail.gmail/files/app /libpymodules.so" not found apk_debug_log.txt log_level2.txt
Copied from original issue: kivy/kivy#5823
The text was updated successfully, but these errors were encountered:
I'm getting this error from Google Developer Console:
10-12 04:50:15.649: I/python(12494): Android bootstrap done. __name__ is __main__ 10-12 04:50:15.650: D/InteractionController(12494): clickNoSync (1108, 473) 10-12 04:50:15.673: I/python(12494): Opening libpymodules failed: dlopen failed: library "libpymodules.so" not found 10-12 04:50:15.693: I/python(12494): Traceback (most recent call last): 10-12 04:50:15.693: I/python(12494): File "<string>", line 31, in <module> 10-12 04:50:15.694: I/python(12494): File "/data/user/0/my.app/files/lib/python2.7/site-packages/pygame_sdl2/__init__.py", line 86, in <module> 10-12 04:50:15.694: I/python(12494): from pygame_sdl2.error import * 10-12 04:50:15.694: I/python(12494): ImportError: dlopen failed: file offset for the library "/data/user/0/my.app/files/lib/python2.7/site-packages/pygame_sdl2/error.so" >= file size: 0 >= 0 10-12 04:50:15.694: I/python(12494): Run user program, change dir and execute main.py
Sorry, something went wrong.
Closing as we've moved away form using libpymodules.so, plus I think some issues with loading it were fixed anyway.
No branches or pull requests
From @farzinh on June 23, 2018 6:11
when I run my python code in buildozer there is not any problem , but when lanching apk, it crash.
it seems like this issue com from /libpymodules.so but i don't know how can I add this
ImportError: dlopen failed: library "/data/user/0/org.gmail.gmail/files/app /libpymodules.so" not found
apk_debug_log.txt
log_level2.txt
Copied from original issue: kivy/kivy#5823
The text was updated successfully, but these errors were encountered: