1
Good morning, everyone.
I developed an application with Ionic using the crosswalk plugin. When compiling, two . apk files are generated, one for Arm7 architecture and one for x86 architecture. So far, everything ok. I tested both apks on compatible smartphones and both worked.
I performed the signature and alignment steps described in Documentation of the Ionic Framework.
My doubt occurs when trying to make the publication on Google Play Console.
There is the following documentation from Google informs that it is possible to send more than one apk to the same application. In this same documentation, it says that this is only possible when the Advanced Mode is enabled.
To publish multiple Apks to the same application, you must enable Advanced mode in your application’s APK file tab (as discussed in the previous section). Once in advanced mode, you can load, activate, and then publish multiple Apks to the same app.
And in the above-mentioned topic, it is written:
Google Play Console offers two modes to manage the Apks associated with your application: simple mode and advanced mode. You can switch between these by clicking on link in the upper-right corner of the APK file tab.
The problem is, where is this blessed link in the upper right corner, I’m looking for hours and I can’t find it.
Thank you for your attention.
Nice find. It seems that when sending the second APK on a separate architecture you now have an option to withhold the previous correct APK? (fountain)
– Anthony Accioly