I have been making apps with Kodular for years, now I have the problem with phones with Android 14 or 15 that the apps do not open, with Android 13 they do. With Android 14 or 15 the apks are installed without problems, indicating to Android that it is a trusted software, but then they do not run. When trying to do so, only the home screen image is displayed for half a second and nothing else.
Apps that I install with old apks, from a few years ago that I keep, do work with my Android 15 phone.
The apps I use have little content. (Visorweb, extenderwebviewer, downloads, location_sensor)
To find out what’s going on use logcat
Taifun
Hello:
I don’t know how to use Android Studio, but by investigating I was able to get the logcat of the exact moment when I try to open my app and it closes.
I took that log to a file and since it is too long to explain here I uploaded it to my server. I leave you the link to this one.
If someone would be so kind as to tell me what happens, well it’s not just with this app but with any app that I re-create to .apk, either with Kodular or with AppInventor. They install without problems but when running they close after half a second.
Have you found where the problem is? I also face the same thing. This happens on Android 14 and 15
Hi Francisco,
Try adb logcat *:E
to catch only errors
It’s been a while since I’ve been able to provide a solution. With the help of chapgpt, I managed to create an error log, logcat, and I discovered that one of the extensions I was using was no longer compatible with the latest versions of Android. I removed it and it was fixed.
Please reveal the name of that extension and provide a link to the extension, so we can inform the extensions author
Taifun