Building Android Studio INSTALL FAILED NO MATCHING ABIS

Hi, I managed to build and compile a sample project (the hello world project) with Android. I’m working with Creator 1.3.1 and latest Cocos2d-x (3.13.1). I try to load the APK but it fails.

I loaded the project with Android Studio and trying to compile and install into virtual machine (Nexus 4) and got this error: INSTALL_FAILED_NO_MATCHING_ABIS

I tried more virtual machines and got the same error.

Any tip would be very much appreciated.
Thanks!

You can try this:

if you create an ARM virtual machine use this command(not recommended, its slow)
cocos compile -p android --android-studio
if you create a x86 virtual machine use this command(recommended, its fast):
cocos compile -p android --android-studio --app-abi x86