Closed
Description
From @Fogapod on April 28, 2017 17:1
Versions
- Python: 2.7
- OS: android
- Kivy: master
Description
Service app raises android error right after starting. No exceptions, no kivy logs. Just do not start. Faced this problem only on android building with buildozer's android_new
toolchain
Code
I get code from here: https://github.com/tshirtman/kivy_service_osc
(changed line 7 and 8 to from kivy import platform
)
Logs
Part of logcat where app fails to start service
Edit: removed apk.
Copied from original issue: kivy/kivy#5140