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-521622586
 
 
   You shouldn't have a need to modify anything inside the `platforms/` 
directory.
   
   I have apps that makes use of crosswalk and I'm able to simply run `cordova 
build android --release -- --packageType=bundle` and it produces a signed 
bundle file (i have my sign configs stored in `build.json` so I don't need to 
use `jarsigner` manually). And Google happily accepts that file, states it 
supports both 32bit/64bit architectures, and I'm able to install the app from 
the google play store just fine.
   
   Using the `bundle` format removes the requirement of setting `abiFilters`, 
setting proper `versionCode` for each APK variant, etc. If you want to build 
the traditional way by manually building each APK variant, then you can ping me 
on slack, or email me. It requires changes in the crosswalk plugin, but I can 
share those changes.

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