BDominik removed a comment on issue #729: Support new Android App Bundle package format URL: https://github.com/apache/cordova-android/issues/729#issuecomment-530735659 > > > > @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. > > Thanks so much, working perfectly. For me the jarsigning is not working. Before I used to sign the .apk with this. But now it's not working with .aab file. What I'm missing? jarsigner -verbose -sigalg SHA1withRSA -digestalg SHA1 -keystore my-release-key.keystore platforms/android/app/build/outputs/bundle/release/app.aab bdominik Enter Passphrase for keystore: ***** jarsigner: Certificate chain not found for: bdominik. bdominik must reference a valid KeyStore key entry containing a private key and corresponding public key certificate
---------------------------------------------------------------- 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] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
