Deploying to an Android emulator shows error INSTALL_FAILED_NO_MATCHING_ABIS

≯℡__Kan透↙ 提交于 2019-12-12 05:22:42

问题


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?


回答1:


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.



来源:https://stackoverflow.com/questions/44398426/deploying-to-an-android-emulator-shows-error-install-failed-no-matching-abis

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!