I am trying to run react native in an emulator in my AMD based Pc. I get this error saying:
Execution failed for task ':app:installDebug'.
Failed to install on any devices.
I have shown this error in the below image:
I am following the official document.
In the official document, click the tab called "Building Projects with Native Code". For Development OS : Windows and Target OS : Android.
Note: Due to my AMD processor I have not installed Intel x86 Emulator Accelerator HAXM, see below image:
So as a work around for AMD processor I have followed this stackoverflow answer, to install ABI called arm64-v80 android 7.0 Nougat when creating a Virtual Device in Android studio. My virtual device is ready and also running now, see below image:
I can correctly start my emulator as shown below image:
MY Installed SDK platforms are:
My SDK tools are show below:
I don't know what is wrong? Please help???