breautek commented on issue #974: URL: https://github.com/apache/cordova-android/issues/974#issuecomment-628946164
I'm not sure how to do this in ionic, but if the bundles didn't work, you can try going the out-school route, which is the multiple apk setup. The cordova command to enable multiple apks is: `cordova build android -- --gradleArg=-PcdvBuildMultipleApks=true` Inside `platforms/android/app/build/outputs/apk`, you'll see several directories, an APK for each native platform. ---------------------------------------------------------------- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
