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
The code below worked for me:
ndk { abiFilters 'armeabi-v7a', 'arm64-v8a', 'x86' }