You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cordova.apache.org by GitBox <gi...@apache.org> on 2020/07/08 15:06:48 UTC

[GitHub] [cordova-android] danielo515 commented on issue #729: Support new Android App Bundle package format

danielo515 commented on issue #729:
URL: https://github.com/apache/cordova-android/issues/729#issuecomment-655577554


   > @jfoclpf I got it working on circle ci.
   > 
   > The steps are:
   > 
   > ```
   > 1 - run:
   >       name: Build android!
   >       command: 'ionic cordova build android --prod --release'
   > 
   > 2  - run:
   >       name: Build an app bundle
   >       command: 'cd /Users/test_user/project/platforms/android && ./gradlew bundle'
   > 3 - run:
   >       name: Signing an app bundle
   >       command: jarsigner -verbose -sigalg SHA1withRSA -digestalg SHA1 -keystore /Users/test_user/project/sign/my_key.keystore /Users/test_user/project/platforms/android/app/build/outputs/bundle/release/app.aab todoapp -storepass my_password
   > ```
   > 
   > 4 - Upload app.aab to google play.
   
   This is exactly what I needed. Worked like a charm on github actions (with some minnor modifications)


----------------------------------------------------------------
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



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