breautek commented on issue #1077:
URL: 
https://github.com/apache/cordova-android/issues/1077#issuecomment-698663825


   > Cordova can sign the apk? 
   
   Yes, if you have a `build.json` file at the cordova project root folder 
(sibling to the `config.xml` file) with the necessary information, ie: path to 
your keystore file, keystore aliases & password, etc, then cordova will use 
that information to sign the apk for you.
   
   See the 
[docs](https://cordova.apache.org/docs/en/latest/guide/platforms/android/index.html#using-buildjson)
 for more info.
   
   Also note the documentation currently states you can omit the password so 
that a password prompt will appear. This doesn't work and will be going away in 
a future release.
   
   I believe Cordova uses jarsigner internally, but not 100% sure, I'd have to 
dig through the sources to be sure.


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
[email protected]



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to