Sunday, 11 November 2018

Unable to run react native application in emulator in amd based pc?

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: enter image description here

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:

enter image description here

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:

enter image description here

I can correctly start my emulator as shown below image:

enter image description here

MY Installed SDK platforms are:

enter image description here

My SDK tools are show below:

enter image description here

I don't know what is wrong? Please help???



from Unable to run react native application in emulator in amd based pc?

No comments:

Post a Comment