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

dlopen failed: _clock.so is 64-bit instead of 32-bit #423

Closed
elijahsgh opened this issue Nov 23, 2016 · 1 comment
Closed

dlopen failed: _clock.so is 64-bit instead of 32-bit #423

elijahsgh opened this issue Nov 23, 2016 · 1 comment

Comments

@elijahsgh
Copy link

I managed to get an APK built with python 3.5, but I can't seem to run it. The generated API always produces this error:

Not really sure what to do to resolve this.

11-23 02:44:16.016 10539 10566 I python  : [INFO   ] [Kivy        ] v1.9.2-dev0
11-23 02:44:16.016 10539 10566 I python  : [INFO   ] [Python      ] v3.5.0 (default, Dec 24 2015, 05:56:40) 
11-23 02:44:16.016 10539 10566 I python  : [GCC 5.3 20151204]
11-23 02:44:16.016 10539 10566 I python  :  Traceback (most recent call last):
11-23 02:44:16.016 10539 10566 I python  :    File "main.py", line 2, in <module>
11-23 02:44:16.016 10539 10566 I python  :      import kivy_demo_module.kivy_ui
11-23 02:44:16.016 10539 10566 I python  :    File "./kivy_demo_module/kivy_ui.py", line 1, in <module>
11-23 02:44:16.016 10539 10566 I python  :      from kivy.app import App
11-23 02:44:16.016 10539 10566 I python  :    File "/data/user/0/org.test.myapp/files/app/crystax_python/site-packages/kivy/app.py", line 319, in <module>
11-23 02:44:16.026 10539 10566 I python  :      from kivy.base import runTouchApp, stopTouchApp
11-23 02:44:16.026 10539 10566 I python  :    File "/data/user/0/org.test.myapp/files/app/crystax_python/site-packages/kivy/base.py", line 29, in <module>
11-23 02:44:16.026 10539 10566 I python  :      from kivy.clock import Clock
11-23 02:44:16.026 10539 10566 I python  :    File "/data/user/0/org.test.myapp/files/app/crystax_python/site-packages/kivy/clock.py", line 364, in <module>
11-23 02:44:16.026 10539 10566 I python  :      from kivy._clock import CyClockBase, ClockEvent, FreeClockEvent, \
11-23 02:44:16.026 10539 10566 I python  :  ImportError: dlopen failed: "/data/data/org.test.myapp/files/app/crystax_python/site-packages/kivy/_clock.so" is 64-bit instead of 32-bit
@elijahsgh
Copy link
Author

Closing, no responses.

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