Manson Mamaril
Manson Mamaril

Reputation: 153

Nox App Player for React Native Development

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

Answers (2)

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

Manson Mamaril
Manson Mamaril

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
  • whether it says no device detected is actually ok
  • install the debug apk on MeMu or Nox App Player (manually)
  • cls
  • react-native start
  • on the dev settings of the app in the emulator: [ip address]:8081
  • restart installed app multiple times until desired setup is achieved...

:D

Upvotes: 1

Related Questions