Godot 4.1.1 - Godot Engine
Hi,

I can't manage to install an apk on my android phone, I get the following error in the cmd when I try adb install :

Failure [INSTALL_PARSE_FAILED_NO_CERTIFICATES: Failed collecting certificates for /data/app/vmdl691560839.tmp/base.apk: Failed to collect certificates from /data/app/vmdl691560839.tmp/base.apk: Attempt to get length of null array]

I generated a debug key with that command :

keytool -keyalg RSA -genkeypair -alias androiddebugkey -keypass android -keystore debug.keystore -storepass android -dname "CN=Android Debug,O=Android,C=US" -validity 9999 -deststoretype pkcs12

And I set the key in the editor preference, also tried in the build settings but with no luck.

Thanks

Did you leave the "export with debug" checked, since you're using the debug key?

  • atv replied to this.

    Found the solution, it was because I had uncheck sign package, silly me 🙂