My Application Crashes on Startup

Today, I logged back into my premium Kodular account and recompiled my application. To my surprise, when I tried to install it on a device, it immediately closed upon startup. I attempted to debug it using ADB, but I couldn’t figure out what the problem is or where it’s located. Could you help me?

I noticed that version 1.5D.0-Fenix is causing this issue, while the same file compiled with version 1.5C.3-Fenix did not have this problem. How can I determine whether the issue depends on me and how can I get it to work again?

Moreover, if I use the previous version of the Companion app and connect to the app using the usual method for testing, everything works fine. However, if I install the new version of the Companion app, which corresponds to the latest version of Fenix, I get this error when I try to connect to the app:

invoke: no method named AppSpecificDirectory’ in class java.lang.Boolean
Note: You will not see another error reported for 5 seconds.

in my app i use an Extension names InstallAPK for check at start if is present online a new version of app and update it directly because i don’t use Google Play with this app

Check if there is an updated version of this extension

To find out what’s going on, use logcat

Capturing Device Logs using adb logcat - Tutorials and Guides - MIT App Inventor Community.

Provide the output of logcat here and let us know the package name of your app

Taifun