You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by GitBox <gi...@apache.org> on 2019/10/24 16:23:02 UTC

[GitHub] [cordova-android] breautek commented on issue #610: Android App Bundle support

breautek commented on issue #610: Android App Bundle support
URL: https://github.com/apache/cordova-android/issues/610#issuecomment-545995773
 
 
   > @samazgor
   > 
   > How is the exact way to sign the aab file?
   > 
   > I see there 3 options:
   > 
   > * Upload a key exported from Android Studio
   > * Exporting and Uploading a Key from a Java Keystore
   > * Exporting and Uploading a Key (Not from a Java Keystore)
   
   The easiest way is to include a `build.json` file in your project, see the [documentation](https://cordova.apache.org/docs/en/latest/guide/platforms/android/index.html#using-buildjson) for details on how to create the `build.json` to supply your keystore and passwords. This will allow the build process to sign the APK or AAB file during the build.
   
   If you don't want to have your password in the text file, you can leave them empty and the password should be prompted during the build.
   
   If you don't want to use the `build.json`, then you need to use the [jarsigner](https://docs.oracle.com/javase/8/docs/technotes/tools/windows/jarsigner.html) according to the [android documentation](https://developer.android.com/studio/build/building-cmdline#build_bundle) however I've never done this, and they don't go into detail on how to use `jarsigner` with an aab file.

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org
For additional commands, e-mail: commits-help@cordova.apache.org