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.
and
[WARNING] Base: Unknown <android> provider
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.
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.