INSTALL_FAILED_NO_MATCHING_ABIS when install apk

前端 未结 24 2167
滥情空心
滥情空心 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:30

    In my case, I needed to download the x86 version of the application.

    1. Go to https://www.apkmirror.com/
    2. Search for the app
    3. Select the first one in the list
    4. Look at the top of the page, where is has [Company Name] > [Application Name] > [Version Number]
    5. Click the Application Name
    6. Click 'All Variants'
    7. The list should contain an x86 variant to download

提交回复
热议问题