-
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
Unable to find libpython2.7.so on older versions of Android #645
Comments
Did you install the new app over an old version? Try clearing the app data from Settings->Applications, then uninstall and reinstall the app. |
Unfortunately that didn't help. |
I tried that as well and it didn't help. On Thu, Feb 18, 2016 at 12:29 PM, nokianhunter [email protected]
|
@kmonson Please try with this testing branch on my fork: https://github.com/kived/python-for-android/tree/fix-libs-pre-kitkat |
Sure thing. I try to get to it tonight. On Thu, Feb 18, 2016 at 3:22 PM, Ryan Pessa [email protected]
|
You, sir, are a gentleman and a scholar. It now works on my Kindle HD. It will be some time before I can try it on Android 2.3 but I'm guessing it will work there as well. If it does not I will let you know. |
Thank you very much. Now it works on Android 4.0.4. |
I was able to load it onto android 2.3 and it worked. |
Hi! ''' Any suggestions? Trying to compile for Android 4.0.4 (buildozer 0.34, sdk20 with api 19, py2.7 and crystax) |
I have the same problem.. anyone?? |
When I try to run my APK on older versions of Android (<4.x) I'm getting a crash with this error: "Cannot load library: link_image[1936]: 106 could not load needed library 'libpython2.7.so' for 'libmain.so' (load_library[1091]: Library 'libpython2.7.so' not found)"
I'm using the new python-for-android toolchain and buildozer master both checked out a few days ago.
I get a popup on the device that says it's an "SDL Error"
logcat: http://pastebin.com/f3zg91ja
buildozer spec: http://pastebin.com/WCbU96TM
buidozer log: http://pastebin.com/negsytP7
Tested on a Kindle Fire HD (3.x fails), LG Volt (4.4 Works), and a Samsung phone running Android 2.3.x (fails).
Both failing devices worked before I switched to the new toolchain.
The text was updated successfully, but these errors were encountered: