Upload APK google play

Friends, sign my application and until there all right, but I a problem arises. When I try to run from the command line of windows that gives the codes of ionic doc, I do not work, tell me they are not recognized commands. I need to install something?

$ jarsigner -verbose -sigalg SHA1withRSA -digestalg SHA1 -keystore my-release-key.keystore HelloWorld-release-unsigned.apk alias_name

$ zipalign -v 4 HelloWorld-release-unsigned.apk HelloWorld.apk

Are those steps that I need.

Please help!

Hi @sioesi,

Try what I mentioned in a previous post. It is how I build my release APK files:

1 Like

In my experience, @nicraboy is right.

Generate the keystore, add an ant.properties file with details listed in the post @nicraboy mentions, and then cordova build android --release