matrixreal 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-589251689
 
 
   > > Sorry for the delay, I was pretty busy: I pulled together a plugin (but 
I didn't have time to test it as a plugin, as opposed as manually editing the 
files in my current testing project) 
https://github.com/martinlombana/cordova-plugin-crosswalk-reloaded You are 
welcome to try it, or to see inside what I changed. I don't have time till next 
week to document it properly and to try it. But, in a nutshell: 0. I inspected 
what the plugin downloads before each compilation. Result = the lib .aar (this 
is very slow by the way) 1. I modified the .aar to include all the archs. 2. I 
modified the xwalk.gradle to stop pulling the .aar from a repo and load it 
locally and to stop creating different flavours of apks (just one, even though 
the multipleapk is set to true, and I dind't modify that to make it cleaner, I 
will in the future). 3. I do the usual build with cordova 4. I go to the 
platforms>android and then I invoke _gradlew.bat bundle_ 5. I take the 
generated .aab file and upload that to Google Play Store. Sorry I can't be much 
more specific but that should work... I will be able to test the repo as a 
plugin next week and see if everything goes well. Best!
   > > […](#)
   > 
   > Thanks for the workaround. I now can build the APK that can be uploaded to 
Google play store that can work on both 32 bit and 64 bit devices.
   > However, I still cant build the aab file like you said. When I run the 
command, it says successful but no output file at all. Im using quite old 
version of gradle. May I ask which version of gradle are you using?
   
   Hello,
   what command did you use to generate apks that support both 32 & 64 bits?
   thanks

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


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to