Android Error Parsing

:information_source: Attention Topic was automatically imported from the old Question2Answer platform.
:bust_in_silhouette: Asked By Dava
:warning: Old Version Published before Godot 3 was released.

Hi, I keep trying to compile my android project but i keep getting this:

0 param: -use_depth_32
1 param: -use_immersive
running cmdline: "C:/Program Files/Java/jdk1.8.0_51/bin/jarsigner.exe" "-digestalg" 
"SHA1" "-sigalg" "MD5withRSA" "-verbose" "-keystore" 
"C:/Users/User/Documents/debug.keystore" "-storepass" "android" 
"C:\Users\User\AppData\Roaming/Godot/tmp/tmpexport-unaligned.apk" "android"
 jarsigner: Certificate chain not found for: android.  android must reference a valid 
 KeyStore key entry containing a private key and corresponding public key certificate 
 chain.
 running cmdline: "C:/Program Files/Java/jdk1.8.0_51/bin/jarsigner.exe" "-verify" 
"C:\Users\User\AppData\Roaming/Godot/tmp/tmpexport-unaligned.apk" "-verbose"

 s = signature was verified
 m = entry is listed in manifest
 k = at least one certificate was found in keystore
 i = at least one certificate was found in identity scope

 no manifest.
 jar is unsigned. (signatures missing or not parsable)

The apk is there, but when i try to install it on my android phone i keep getting a parsing error. this is the keytool code

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

how do you get the error message?

volzhs | 2017-04-20 04:14

I think it’s something to do with the keystore, and the app refuse to be signed

Dava | 2017-04-20 05:04