INSTALL_FAILED_NO_MATCHING_ABIS when install apk

前端 未结 24 1888
滥情空心
滥情空心 2020-11-22 08:12

I tried to install my app into Android L Preview Intel Atom Virtual Device, it failed with error:

INSTALL_FAILED_NO_MATCHING_ABIS

What does

24条回答
  •  名媛妹妹
    2020-11-22 08:35

    On Android 8:

    apache.commons.io:2.4

    gives INSTALL_FAILED_NO_MATCHING_ABIS, try to change it to implementation 'commons-io:commons-io:2.6' and it will worK.

提交回复
热议问题