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/04 15:39:55 UTC

[GitHub] [cordova-android] breautek edited a comment on issue #805: Google Play enhanced 64bit build check, how to build without crosswalk for 64bit app bundle?

breautek edited a comment 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-527957180
 
 
   FYI, I experimented further with crosswalk over the weekend and have confirmed that this doesn't work properly with crosswalk.
   
   I however believe this is an issue with crosswalk itself. It deploys prebuilt shared libraries, but it supplies the 32bit architecture during the build. Or it only supplies the 64bit architecture if you use the xwalk specific flag `--xwalk64bit`. Therefore, the shared libraries are not present during bundling. The plugin will need to be updated so that it always supplies each architecture it supports so that they can all be bundled into one AAB file.
   
   Seeing that crosswalk is no longer maintained, obviously we are on our own if you want to use bundles with the crosswalk library.

----------------------------------------------------------------
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