Reputation: 153
hello… has anyone achieved working with Nox App Player as the default android emulator in React Native? I've been using it with Nativescript… but I can't use it in React Native… (it's ah faster dev env for me)…
Once I run "react-native run-android" it builds but does not recognize Nox is existing and tells me that there is no emulator or device present...
Please help…
Upvotes: 1
Views: 5967
Reputation: 13
You can fix this problem with below steps:
1-copy the adb file from Sdk/platform-tools to your desktop.
2-make 2 copy on your desktop with these names :
1- adb 2-nox_adb
3-then copy these files to your Nox setup location.
4-please confirm that alert for replacing and next restart your nox player
You should turn on usb debuging in you nox setting
Upvotes: 0
Reputation: 153
Found the answer...
I used this tutorial... minus some instructions: http://www.jitblog.net/react-native-with-memu-emulator/
mine is:
react-native run-android
cls
react-native start
[ip address]:8081
:D
Upvotes: 1