We’re seeing a new issue with our current builds (of which nothing REALLY changed persay). We have moved over to an asset server and the project is in different location then it was previous but outside of that the project is the same as it was before save some new scenes and textures.
We’re now getting, on every build, a Move File failed error saying that it can’t find package.apk in the StagingArea folder. When i look in there there is indeed a file called package_unaligned.apk which if i rename to package.apk it will continue w/the copy process. We’re not getting any errors in the log that i can tell (rebuilding with a clean log to confirm)… but the apk thats getting output is definitely not usable (won’t install through adb).
Anyone run across this? I’ve seen plugin issues w/android where it would fail entirely but i don’t think we’re getting that issue.