You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The app will then install successfully, but it crashes immediately after the presplash, with this error:
03-12 12:27:52.972: E/dalvikvm(9496): dlopen("/data/data/org.me.myname/files/lib/python2.7/lib-dynload/_imaging.so") failed: dlopen failed: library "/data/data/org.me.myname/files/lib/python2.7/lib-dynload/_imaging.so" not found
I don't know what this could be, I've searched online and read posts telling me to include pil, sqlite3, and openssl, but even when doing so, this error persists.
Could you help me?
The text was updated successfully, but these errors were encountered:
Use Buildozer and see if the error persists when you are using Buildozer.
We would want to see a full adb logcat log before even trying to look into it, but please don't post it as a comment, instead make a gist and then link to that gist in a comment here.
Thanks.
Hi, thank you for your quick answer. I tried using Buildozer, but I've been having another error there ([ant, debug]), so because of that, I moved to python-for-android.
I'll post the logcat as soon as this happens again, but since I have rewritten the code, it hasn't been happening again. I'm almost sure it has something to do with the imports in Python. I'll be closing this issue until it happens again, and when it does, I'll post a full logcat.
I want to compile a Python program. I'm using the following steps to do so:
git clone git://github.com/kivy/python-for-android
cd python-for-android
./distribute.sh -m "openssl pil kivy mechanize pygments sqlite3" -f
cd dist/default
./build.py --package org.me.myname --name "proof-of-concept" --version 1.3 --dir /home/me/Scripts/proof-of-concept/app-development --orientation portrait --window debug
adb install bin/proof-of-concept-1.3-debug.apk
The app will then install successfully, but it crashes immediately after the
presplash
, with this error:I don't know what this could be, I've searched online and read posts telling me to include
pil
,sqlite3
, andopenssl
, but even when doing so, this error persists.Could you help me?
The text was updated successfully, but these errors were encountered: