paknecht edited a comment on issue #764: feat: Build app bundles (.aab files) URL: https://github.com/apache/cordova-android/pull/764#issuecomment-581767552 > > Thanks very much for this feature. But I have a question. Is it somehow possible to build an apk and an abb file at the same time? Or do I have to choose between these two? I would like to have both types built. > > You can't do it at the same time, but you can run the build twice, one with the `--packageType=bundle` and the other without the `--packageType` (or `--packageType=apk`). There is two folders will appear in `platforms/android/app/build/outputs/`, `apk` for built APKs, and `bundle` for built bundles. > > https://cordova.apache.org/docs/en/dev/guide/platforms/android/index.html#using-flags Thanks for the fast answer. Works Great.
---------------------------------------------------------------- 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]
