I have been trying to get Android builds working with VS 2022 and the August 2025 update. I needed to change a few things to get it compiling, Gradle needs to be at version 8.7 and the Gradle Plugin at version 8.5.0 as well as use JDK version 21. After these changes I get it building but cannot deploy as it doesn't get signed, the error is below. This is all with the HelloAndroid sample. Any ideas what the problem may be?
adb: failed to install libexepackaging.apk: Failure [INSTALL_PARSE_FAILED_NO_CERTIFICATES: Failed to collect certificates from /data/app/vmdl300301660.tmp/base.apk: Attempt to get length of null array]