Hello Developer, Hope you guys are doing great. Today at Tutorial Guruji Official website, we are sharing the answer of How to debug a kivy app in android? without wasting too much if your time.
The question is published on by Tutorial Guruji team.
The question is published on by Tutorial Guruji team.
I’m developing a kivy app in android.
After compiling the app and running it, if there is a
crash or sort of errors, how can I find the specific error?
I heard there is a log program.
Answer
The tool you want is called logcat.
The doc is http://developer.android.com/tools/help/logcat.html
It will display lots of log info from running Android programs, so it helps to apply filters such as the program name and log level.
From the doco:
You can run logcat as an adb command or directly in a shell prompt of
your emulator or connected device. To view log output using adb,
navigate to your SDK platform-tools/ directory and execute:
adb logcat
We are here to answer your question about How to debug a kivy app in android? - If you find the proper solution, please don't forgot to share this with your team members.