Hello ! First apologize for my English.
I'm using cocoonjs. I'm having trouble signing in and zipalign android. Perform the entire procedure as many tutorials following the commands below:
keytool -genkey -keystore -v C: \ Android \ myapp.keystore -alias myapp -keyalg RSA -keysize 2048 -validity 10000
jarsigner -verbose -keystore C: \ Android \ myapp.keystore C: \ Android \ myapp.apk myapp
zipalign -v 4 C: \ Android \ myapp.apk C: \ Android \ myapp2.apk
Even following the steps correctly when I try to install the .apk on a smartphone the message "Application not installed".
The debug .apk the Ludei site offers functions normally but can not send him to the googleplay.
Anyone know where I can be wrong?