INSTALL_FAILED_NO_MATCHING_ABIS how to overcome

后端 未结 5 1494
夕颜
夕颜 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 18:50

    I think the thread starter wants build a single APK with an optional native libary, which will only be loaded on ARM devices. This seems impossible at the moment (only using splits/multi apk). I'm facing the same issue and have created a bug report.

提交回复
热议问题