-
Notifications
You must be signed in to change notification settings - Fork 431
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
GPS android crash on launch #288
Comments
Hi @jlongwe , after you posted this issue, I made an apk for gps example and it's running fine for me. |
Hi @Malverick please find the logcat contents at https://gist.github.com/jlongwe/7a006cc5f59b70680c1963c96691c981 |
@jlongwe you have not filtered your logcat results.
These are the logs related only to your gps apk. |
Hi @Malverick thanks. I couldn't get that to work on my Ubuntu system as it returned nothing. But i managed to filter them with |
Looked like an indentation issue in my code. Resolved |
@jlongwe adding to malverick views,you can use android studio logcat monitor with your kivy app.The plus point is that it pin points the error with different colour and you have various filter options. |
When i try run the exact same GPS example from the examples folder, it compiles successfully but once i launch the application on my android version 5 device, it crashes. I have been struggling with this for a while now and I desperately need help with it. I am using python 2.7 with buildozer on Linux Ubuntu VM. Logcat attached.
removed logcat.txt
main.txt ran as main.py
buildozer.txt ran as buildozer.spec
The text was updated successfully, but these errors were encountered: