I encountered INSTALL_FAILED_NO_MATCHING_ABI error when running the app on Windows Android Studio Emulator but working fine when deployed on actual mobile device. My guess it is because the SDK only provide armeabi but not x86? Anyone manage to run the SDK on emulator?
I encountered INSTALL_FAILED_NO_MATCHING_ABI error when running the app on Windows Android Studio Emulator but working fine when deployed on actual mobile device. My guess it is because the SDK only provide
armeabi
but notx86
? Anyone manage to run the SDK on emulator?