What is the reason for the error “Device supports x86, but APK only supports armeabi-v7a”

前端 未结 23 2343
悲哀的现实
悲哀的现实 2020-12-13 01:36

I am playing around with Android Studio by testing some projects out from GitHub and when I try to emulate the apk, it does not let me choose an emulator.

It tells m

23条回答
  •  南方客
    南方客 (楼主)
    2020-12-13 02:05

    In Android Studio, select the Build menu,

    then click Select Build Variant... and in 'Build Variants' window select x86Debug(or release)

    PS: Im using Android Studio 2.3 on Mac

提交回复
热议问题