-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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
SDL Error: ... could not load library "libpython2.7.so" ... on Android 4.2.2 #1290
Comments
I have spent several hours last night with exactly the same problem. I am using p4a via buildozer though. |
I think I also so that on Android 4. Reported in different places: |
Maybe it's fixed? |
Yea, should be fixed. I remember more tickets about this and pull requests that went in. I'll close it for now. @EinExperte hope things will work for you now, let us know if you encounter any more problems! |
Hi folks,
today I finally managed to produce my first apk using the latest p4a code from the master branch ...
pip install git+https://github.com/kivy/python-for-android.git
(I ran into a lot of problems with the
pip install python-for-android
variant)... and I was happy to install it on my Fairphone 1 (Android 4.2.2) ... just to see it crash on startup :-(
A popup tells me:
(Typos possible, I copied by hand)
The same apk works fine (or at least does not crash) on a newer device (Android 7.0).
I built with the following command:
p4a apk --private $HOME/temp/tjapp --package=org.example.taskjuggler --name "Task Juggler" --version 0.3 --bootstrap=sdl2 --requirements=python2,kivy --dist_name=tjapp
API Version: 16
NDK Version: r10e-rc4
Build-Tools Version: 26.0.2
Any advice?
Thanks,
Christoph
The text was updated successfully, but these errors were encountered: