We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The apk compiles perfectly, but when I run it on an android phone the following shows up in the logcat:
I/python (10836): Android kivy bootstrap done. name is main I/python (10836): AND: Ran string I/python (10836): Run user program, change dir and execute entrypoint I/python (10836): main.py I/python (10836): [INFO ] [Logger ] Record log in /data/data/org.test.juego/files/.kivy/logs/kivy_16-08-02_1.txt I/python (10836): [INFO ] [Kivy ] v1.9.2-dev0 I/python (10836): [INFO ] [Python ] v3.5.0 (default, Dec 24 2015, 05:56:40) I/python (10836): [GCC 5.3 20151204] I/python (10836): Traceback (most recent call last): I/python (10836): File "main.py", line 1, in I/python (10836): from kivy.app import App I/python (10836): File "/data/data/org.test.juego/files/crystax_python/site-packages/kivy/app.py", line 319, in I/python (10836): from kivy.base import runTouchApp, stopTouchApp I/python (10836): File "/data/data/org.test.juego/files/crystax_python/site-packages/kivy/base.py", line 29, in I/python (10836): from kivy.clock import Clock I/python (10836): File "/data/data/org.test.juego/files/crystax_python/site-packages/kivy/clock.py", line 364, in I/python (10836): from kivy._clock import CyClockBase, ClockEvent, FreeClockEvent, I/python (10836): ImportError: dlopen failed: cannot locate symbol "_Py_NoneStruct" referenced by "_clock.so"... I/python (10836): Python for android ended.
What can I do to help?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
The apk compiles perfectly, but when I run it on an android phone the following shows up in the logcat:
I/python (10836): Android kivy bootstrap done. name is main
I/python (10836): AND: Ran string
I/python (10836): Run user program, change dir and execute entrypoint
I/python (10836): main.py
I/python (10836): [INFO ] [Logger ] Record log in /data/data/org.test.juego/files/.kivy/logs/kivy_16-08-02_1.txt
I/python (10836): [INFO ] [Kivy ] v1.9.2-dev0
I/python (10836): [INFO ] [Python ] v3.5.0 (default, Dec 24 2015, 05:56:40)
I/python (10836): [GCC 5.3 20151204]
I/python (10836): Traceback (most recent call last):
I/python (10836): File "main.py", line 1, in
I/python (10836): from kivy.app import App
I/python (10836): File "/data/data/org.test.juego/files/crystax_python/site-packages/kivy/app.py", line 319, in
I/python (10836): from kivy.base import runTouchApp, stopTouchApp
I/python (10836): File "/data/data/org.test.juego/files/crystax_python/site-packages/kivy/base.py", line 29, in
I/python (10836): from kivy.clock import Clock
I/python (10836): File "/data/data/org.test.juego/files/crystax_python/site-packages/kivy/clock.py", line 364, in
I/python (10836): from kivy._clock import CyClockBase, ClockEvent, FreeClockEvent,
I/python (10836): ImportError: dlopen failed: cannot locate symbol "_Py_NoneStruct" referenced by "_clock.so"...
I/python (10836): Python for android ended.
What can I do to help?
The text was updated successfully, but these errors were encountered: