Hi,
We are building specific Armv7 and X86 .apk’s to reduce apk size. This worked for years, but after upgrading to 2017.2, I’ve an issue. Although building for ARMv7, Google Play Store detects that it also runs on x86 devices. I can assure you, this doesn’t work at all if you start those .apk’s at a x86 device…, although it gives a popup saying that this hardware platform isn’t supported. In the past it simply crashed without a notice, when you tried to run an apk on a wrong platform. So, somehow there is indeed some x86 code.
We are building using the Gradle, due to a dex overflow. In 5.6.x we didn’t had the problem. We’ve updated all plugins to the latest versions.
I can’t find much about it. Is this a bug, or is there some x86 code in one or more plugins being incorporated in the apk or so ang being detected?? Anything else, the build gradle file? The only option I’ve left is stripping one by one all aar’s and jar plugins. But maybe someone has a better idea, then spending hours on building… ![]()
Regards,
Mathijs.