dfiggtns commented on issue #764: feat: Build app bundles (.aab files) URL: https://github.com/apache/cordova-android/pull/764#issuecomment-555122972 I've now tried using build.json to create an aab and it works! My build.json is (located in the project root folder): { "android": { "debug": { "keystore": "my.keystore", "storePassword": "mypw", "alias": "myalias", "password" : "mypw", "keystoreType": "", "packageType": "apk" }, "release": { "keystore": "my.keystore", "storePassword": "mypw", "alias": "myalias", "password" : "mypw", "keystoreType": "", "packageType": "bundle" } } } and the build command is: ionic cordova build android --release -- --buildConfig=build.json I hope that helps.
---------------------------------------------------------------- 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]
