Search code examples
androidandroid-emulatorhaxmgoogle-play-developer-api

Device Supports <Undefined> , but APK only supports x86


I'm trying to deploy and debug an app for different CPU ABis via my Android Emulator but get this error.

It's not saying what it supports

It doesn't specify what ABI the Emulator supports. I've tried running an APK that supports all ABIs but still get the same error.

This only happens to Emulators with a Google Play System Image. I have no issues deploying to the clean x86 System Image which isn't Google Play or Google APIs.

I'm running on Windows 10 64-bit, and on HAXM 6.1.2.

Any ideas?


Solution

  • Turns out it was an issue with the Emulator Image, I downloaded and update and that fixed the issue.