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
There's no crash message in logs, but we'll see this lines while app initialization:
[ERROR ] Input: AndroidJoystick is not supported by your version of linux
Traceback (most recent call last):
File "/home/kivy/test/.buildozer/android/platform/build/dists/test/private/lib/python2.7/site-packages/kivy/input/providers/__init__.py", line 57, in <module>
File "/home/kivy/test/.buildozer/android/platform/build/dists/test/private/lib/python2.7/site-packages/kivy/input/providers/androidjoystick.py", line 20, in <module>
Exception: android lib not found.
germn
changed the title
Using pyjnius leads to crash if app built in Ubuntu/Debian by new toolchain
Using pyjnius leads to crash (sometimes?) if app built by new toolchain
Dec 17, 2016
There's no crash message in logs, but we'll see this lines while app initialization:
and
Here's full typical log.
Problem was originally discovered here, but affects also Python 2.7 builds with Android NDK.There's no such problem with old toolchain.
The text was updated successfully, but these errors were encountered: