Skip to content
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

Error when using buildozer android_new with python3crystax #386

Closed
rtorresj opened this issue Aug 2, 2016 · 0 comments
Closed

Error when using buildozer android_new with python3crystax #386

rtorresj opened this issue Aug 2, 2016 · 0 comments

Comments

@rtorresj
Copy link

rtorresj commented Aug 2, 2016

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?

@rtorresj rtorresj closed this as completed Aug 2, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant