Description
From @Alecktos on September 19, 2015 16:8
There seem to be a problem running apps on Android. It works fine I'm when running it on Mac OS but crashes immediately after the source files have been extracted on Android. I'm using buildozer to build it and what I can see there are no problems when building the app.
I/python (14025): extracting lib/python2.7/site-packages/pygame/threads/init.pyo
I/python (14025): extracting main.pyo
I/python (14025): extracting renderer.pyo
I/python (14025): extracting sitecustomize.pyo
W/ResourceType(14025): No package identifier when getting value for resource number 0x00000000
E/art (14025): dlopen("/data/app/org.test.myapp-2/lib/arm/libpython2.7.so", RTLD_LAZY) failed: dlopen failed: cannot locate symbol "exp" referenced by "libpython2.7.so"...
E/AndroidRuntime(14025): FATAL EXCEPTION: Thread-757
E/AndroidRuntime(14025): Process: org.test.myapp:python, PID: 14025
E/AndroidRuntime(14025): java.lang.UnsatisfiedLinkError: dlopen failed: cannot locate symbol "exp" referenced by "libpython2.7.so"...
E/AndroidRuntime(14025): at java.lang.Runtime.loadLibrary(Runtime.java:371)
E/AndroidRuntime(14025): at java.lang.System.loadLibrary(System.java:988)
E/AndroidRuntime(14025): at org.renpy.android.PythonActivity.run(PythonActivity.java:254)
E/AndroidRuntime(14025): at java.lang.Thread.run(Thread.java:818)
W/ActivityManager( 562): Force finishing activity 1 org.test.myapp/org.renpy.android.PythonActivity
Copied from original issue: kivy/kivy#3644
Want to back this issue? Post a bounty on it! We accept bounties via Bountysource.