@nicraboy Thanks for your answer, one question remains for me, I think a file called ant. ant.properties(text file?) within that file and copy that text?
@sioesi my ant.properties file is in platforms/android/ and contains the path to the keystore on my machine and the name of the alias. So, copy what nicraboy says, but update the properties to reflect where the keystore is on your machine and what you aliased the keystore to.
@mbeizer I have not ant.properties file, if I think the lines that you say, then I apply the command cordova --release android build, then I have to apply “zipalign” ?? I’m too complicated with it regreted
@sioesi you should add the file ant.properties as described above. Then run cordova build android --release then you should see the .apk file. No need to run zipalign as the apk has already been aligned/signed, etc.