breautek commented on issue #805: Google Play enhanced 64bit build check, how 
to build without crosswalk for 64bit app bundle?
URL: https://github.com/apache/cordova-android/issues/805#issuecomment-520398790
 
 
   I do use crosswalk in my plugins still. It is possible to build both a 32bit 
and a 64bit apk using a multi-apk setup, but the crosswalk plugin requires some 
changes as they conflict with Cordova configuration. They overwrite cordova's 
configuration with a configuration that doesn't actually work.
   
   But with Google's new bundle format, you should be able to not worry about 
that kind of advanced configuration by using the bundle format. There isn't any 
announced plans but in the future I could foresee Google deprecating the APK 
format for deployments and forcing everyone use bundles when deploying to the 
app store. So I would recommend getting onto the bundle format as soon as 
possible.
   
   A bundle is a format intended to be deployed to the app store, it allows 
Google to build APKs optimized specifically for the device installing your app. 
It will simplify your build process significantly.

----------------------------------------------------------------
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:
us...@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@cordova.apache.org
For additional commands, e-mail: commits-h...@cordova.apache.org

Reply via email to