INSTALL_FAILED_NO_MATCHING_ABIS how to overcome

后端 未结 5 1493
夕颜
夕颜 2020-12-09 18:23

When installing my app to Android L preview it fails with error:

INSTALL_FAILED_NO_MATCHING_ABIS.

My app uses arm only library, features that uses library is

5条回答
  •  北海茫月
    2020-12-09 19:14

    This problem also come with when working with unity also. The problem is your app uses ARM architecture and the device or emulator that you are trying to install the app support otherwise such as x86. Try installing it on ARM emulator. Hope that solves the problem.

提交回复
热议问题