Android device supports x86, but APK only supports Arm
I get this error quite a lot when trying to deploy an Android APK to an emulator. “Device supports x86_64, x86, but APK only support , all, armeabi-v7a“ The good thing is that it is actually a very easy thing to fix. While doing development you can simply change the Build Variant target. How do you do that? Click “View” -> “Tool Window” -> “Build Variants“ Notice that ARM is currently selected and most of the time you will want x86 to be the build target if you are deploying to a emulator....