INSTALL_FAILED_NO_MATCHING_ABIS when install apk

前端 未结 24 1882
滥情空心
滥情空心 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条回答
  •  慢半拍i
    慢半拍i (楼主)
    2020-11-22 08:21

    I know there were lots of answers here, but the TL;DR version is this (If you're using Xamarin Studio):

    1. Right click the Android project in the solution tree
    2. Select Options
    3. Go to Android Build
    4. Go to Advanced tab
    5. Check the architectures you use in your emulator (Probably x86 / armeabi-v7a / armeabi)
    6. Make a kickass app :)

提交回复
热议问题