3

After updating android studio 3.3. my build variant are divided into four kind of flavour product_flavour-arm64-V8a, product_flavour-aremabi-V7a, product_flavour-x86 and product_flavour-x86_64, which one should I use to install my build and what are the purpose of all these new build variant.

I searched it but didn't find much, my findings ended on CPU Architectures Is arm64-v8a compatible with armeabi-v7a?, which didn't helped me much to understand. I also see this

HAXM
  • 3,578
  • 4
  • 31
  • 38
  • What is unclear about the CPU architectures page? Different devices run with different CPUs, e.g. ARM, ARM64, Intel x86 or X86-64. These require different machine code, so you get different binaries. – Rudy Velthuis Jan 21 '19 at 11:46
  • @RudyVelthuis: The point is that when one is distributing an app, one wants to build it for multiple architectures and include them all in the distributed APK. Which used to be automatic and now (it seems) is not. – nugae Apr 23 '19 at 08:32

0 Answers0