Search code examples
mobilejavafxgluon

Deploying to an Android emulator shows error INSTALL_FAILED_NO_MATCHING_ABIS


My app has a plugin KeyboardService for iOS. Now i want to use the same app on android. Deploying on an emulator gives me the error INSTALL_FAILED_NO_MATCHING_ABIS which says its the wrong architecture.

Is the error because of my plugin which is only for iOS?


Solution

  • There are already some questions regarding the use of Android emulators. This one points to the issue you are facing.

    So far, your best option for an emulator, in case you don't have a real Android device, is using BlueStacks.