Error calling Appregistry.runApplication in react-native

android, javascript, react-native, reactjs

Solution

Finally, I got it working.I created a new AVD

Nexus6 API 23

.Earlier I was trying with Nexus5x API 23.Thanks all

Problem

I am trying to run a react-native app on android emulator, but I am getting an error like Error calling Appregistry.runApplication AVD: 'Nexus_5X_API_23(AVD) - 6.0 OS:Windows 10 Please help on this?

Original source

Related problems