Multiple version difference apk versionCode

I have an application that supports x86 and arm-v7 platforms. I have to define different android:versionCodeplatforms for different apks. Therefore, I set, for example, 100 and 200 values ​​and upload apk to Google Play. The problem is in devices that support both platforms. If the device on x86 supports the lever and the android:versionCodelever apk more than the same code for the apk x86 version, it loads the apk hand, not x86. Arm libs run a lot slower at least 5 times in my application. How can I solve this problem? I want to install the x86 version only on x86 platform devices and similarly for console ones. Any suggestions?

+4
source share
1 answer

x86 ARM, ARM, x86.

x86 APK , ARM apk, APK .

+1

All Articles