Hello,
I am having trouble debugging an app that runs fine on my Windows machine but crashes immediately when trying to run an apk built on Google Colab using buildozer. I have a Samsung Galaxy S20 FE 5G phone. Other small example apps run just fine with the .apk generated.
When I had used Kivy previously (several times over the past 5 years), the Kivy Launcher worked just fine. But now it can never find the apps on my sdcard, thus, I can't run anything on the device to debug it. I have tried putting the files a number of different places as researched online but nothing seems to work. sdcard/kivy/<app name>/main.py etc and sdcard/0/kivy/<app name>/main.py etc
Are there any other ways to debug the app within Android Studio using the .apk? I get a bunch of library debug symbols missing when I try to do that. Or maybe monitor my USB-connected device using Android Studio or some other application so I can see what is happening when the app launches?
Any help would be appreciated. Thanks!
Scott