B
B
badalcode2022-01-26 15:37:21
Python
badalcode, 2022-01-26 15:37:21

How to view exit logs of Kivy Android application?

Good hour, I collected the application through a bulldozer, installed it on an android, but when it starts it just crashes. How to look at the logs to understand what's wrong?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
S
Sergey Karbivnichy, 2022-01-26
@badalcode

LogCat
Crashes most likely due to libraries not included in buildozer.spec. Look there specifically in the "requirements" section. Which libraries are missing will be shown by LogCat.
In general, Kivy Android is a toy for Hello World. Nothing useful except showing a toast on the button is unlikely to write aphids.
If you know how to program (in general, in any PL), then for Android, it’s better to start with J̶a̶v̶a̶ Kotlin. I tried python for android before too since java didn't know. Decided to try Java. So in a couple of days in Java and Android, I figured out all the basic things, despite the fact that in Kivy - not a damn thing is clear, and almost nothing works.
And today I decided to try Kotlin. Already made an application that parses music from the site and puts it in a ListView. By clicking on a song, it starts playing. And it's effortlessly, in a couple of hours. Making such an application on Kivy is suicide. Plus, it will slow down.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question