Hello, after looking for answers in the whole internet I ran out of ideas.
I made a small KivyMD app that works well on the Python IDE (Windows). I compiled it with buildozer. When I run the app on my cell phone it displays the splash and then crashes.
Using .\ADB.exe logcat | select-string "keyword|python" I got a piece of log. I realized that at least a part of the app executes (makes some console print("Imprimiendo fila")) but then crashes before showing the visual interface.
I would appreciate any sugestion