Skip to content
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

My app crashed by raising error about Python3.5m, but i made apk by python2.7..!!! #933

Closed
ghost opened this issue Nov 20, 2016 · 2 comments

Comments

@ghost
Copy link

ghost commented Nov 20, 2016

Hi guys
I made an apk from my project by python2 and buildozer, i installed and run on two phone by android version 4.2.2 and 4.12 and both crashed by below error:

Error: Couldn't load python3.5m: findLibrary returned null

In apk package sub address of /lib/armeabi-v7a/ below files exists:

libmain.so
libpython2.7.so
libSDL2.so
libSDL2_image.so
libSDL2_mixer.so
libSDL2_ttf.so
libsqlite.so

Why when i used python2 for making package error raised about python3.5m?

kivy==1.9.1
Cython==0.25.1
python-for-android==0.4
buildozer==0.32
Also my OS is Ubuntu 15.10 and i used android_new target and android API v19 and 23 and 24 also i used Android NDK r12b.

@ghost ghost changed the title Crash app by error about Python3.5m when i made apk by python2.7 My app crashed by raising error about Python3.5m, but i made apk by python2.7..!!! Nov 20, 2016
@mrhdias
Copy link
Contributor

mrhdias commented Nov 23, 2016

Hi, check this issues:
#866
#903

The workaround:
c1659b8

@ghost
Copy link
Author

ghost commented Nov 23, 2016

Thanks mrhdias for suggested links
I saw suggested links already, but yesterday after i changed NDK and NDK buildozer settings, my problem solved...

Thanks again

@ghost ghost closed this as completed Nov 23, 2016
This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant