Splitting this out as it is a separate issue than the other.
The resulting APK from running this program gives an error stating:
App not instlled as app isn't compatible with your phone.
This seems to indicate the process to make the app compatible with Android 15 does not work; or is not working in some situations. The test device is an Android 15 device. All process appear to have run successfully; but the resulting APK still throws the above error stating it is not compatible.
I noticed the following line in the output of running option 4:
W: aapt: brut.common.BrutException: brut.common.BrutException: Could not extract resource: /prebuilt/linux/aapt_64 (defaulting to $PATH binary)
However, the process created the APK successfully. So, I am not sure if this has anything to do with the failure or what can be done to resolve this issue. thanks for your help with this! :)
Splitting this out as it is a separate issue than the other.
The resulting APK from running this program gives an error stating:
This seems to indicate the process to make the app compatible with Android 15 does not work; or is not working in some situations. The test device is an Android 15 device. All process appear to have run successfully; but the resulting APK still throws the above error stating it is not compatible.
I noticed the following line in the output of running option 4:
However, the process created the APK successfully. So, I am not sure if this has anything to do with the failure or what can be done to resolve this issue. thanks for your help with this! :)