Google warns developer to include 64-bit version for Android app
问题 Google is warning developers that starting Aug 1, 2019, all apps must be 64-bit. I use Cordova to build our web app into an Android app and upload the generated 32-bit APK file into google play store The Cordova crosswalk plugin allow me to build both 32-bit and 64-bit versions using the commands cordova build android --release and cordova build android --release --xwalk64bit respectively. I used the same android version code for both the APKs when build Questions: Earlier I used to upload