dfiggtns commented on issue #764: feat: Build app bundles (.aab files)
URL: https://github.com/apache/cordova-android/pull/764#issuecomment-554380138
 
 
   I couldn't get cordova 8.1.0 to build anything other than an apk, so I 
resorted to using the following step between the ionic build and jarsigner 
steps:
   
   cd ./platforms/android ; ./gradlew app:bundleRelease ; cd ../.. ;
   
   which worked first time and the resulting signed bundle was accepted by the 
Play Store.
   
   I hope that helps anyone with the same problem.

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

Reply via email to