Sign apk file

:information_source: Attention Topic was automatically imported from the old Question2Answer platform.
:bust_in_silhouette: Asked By magarcan

I’m trying to build an Android release, but having issues with Failure [INSTALL_PARSE_FAILED_NO_CERTIFICATES]

I’ve tried using godotapkfixer.exe with my old Androd key, but also with a debug one generated using:

keytool -genkey -v -keystore debug.keystore -storepass android -alias
androiddebugkey -keypass android -keyalg RSA -keysize 2048 -validity
10000

And I get this error:

jarsigner error: java.security.SignatureException: private key
algorithm is not compatible with signature algorithm jarsigner failed

Any idea?