After migrating to 4.25 I have an issue packaging for the Quest.The first time I build it works but if I build again the .apk file in Binaries/Android/ isn’t updated. If I then try to launch on the Quest I get a black screen every time. No log file gets created.If I delete the .apk file before building and make another build it does work.
Is there a setting or build flag I can use to force it to overwrite the .apk file?
I don’t know why it works sometimes and not others, but I’d say your problem is that the project default level is set for some reason, hence the empty level.
It should still generate a log file if it was loading an empty level, right? The startup level is set and it always worked before upgrading to 4.25. I also have this issue across 4 different projects.
I’m not sure why my APK file wasn’t working to begin with, so I have been trying to troubleshoot using the .bat file instead. My issue was caused by the .bat file pointing to my local machine when looking for the Android ASK, and I was trying to install from another PC. I resolved my issue by opening up the .bat file and changing the home file path for the Android SDK to match where it is on the PC that is installing it onto the headset.