You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by GitBox <gi...@apache.org> on 2019/09/23 13:35:11 UTC

[GitHub] [cordova-android] breautek commented on issue #764: feat: Build app bundles (.aab files)

breautek commented on issue #764: feat: Build app bundles (.aab files)
URL: https://github.com/apache/cordova-android/pull/764#issuecomment-534101278
 
 
   Just leaving a note here for Crosswalk users (like myself, since I haven't migrated away from it yet...)
   
   If you are using the crosswalk webview plugin, building bundles will not give you a bundle that contains the 64bit crosswalk library. This is because the crosswalk plugin downloads a single prebuilt library and it will only download 32bit architecture; unless the `--xwalk64bit` flag is passed in which case, crosswalk will download a 64bit architecture library. The problem is crosswalk plugin in its current state will only ever include 1 architecture.
   
   As a result, using bundles will not work properly with the crosswalk webview. Even if you use the `--xwalk64bit` flag you may pass the Google Play 64bit requirement, but you'll not include the 32bit architecture for older 32bit devices.
   
   This is a problem with the crosswalk webview plugin itself, it will need to be updated so it packages all prebuilt libraries for each architecture when you build a bundle. Note that Intel has stopped maintaining the crosswalk project a couple years ago so you won't see a fix on the official crosswalk repository.

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


With regards,
Apache Git Services

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