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
i see this
If you’re using CMake for your builds, then check the file \proj.android\gradle.properties, and update the PROP_APP_ABI to include the builds for x86, or alternatively, you could just use the armeabi-v7a or arm64-v8a Android images.
Example: PROP_APP_ABI=armeabi-v7a:arm64-v8a:x86
If you’re not using cmake, then look in \proj.android\app\jni\Application.mk in case you need to change the ABI setting in there.