Hello,
I encountered a strange issue in a project where I needed to include an activity from a library inside an AAR file.
The activity runs fine with an intent.
In this activity, I need to read a file from a subfolder inside the assets.
like ("assets\game\exported\")
The project worked fine when compiled and run with pure Java.
However, when I brought it into B4A and compiled it, the activity couldn’t access the subfolder.
Interestingly, I opened the APK file with APK Editor Studio, decompiled it, and compiled it again without any changes. This time, the app ran without any issues and was able to find the file.
This is likely a bug in B4A.