1

I am building a react native app in Android Emulator Nexus_23. I am trying to connect to the remote debugger but I get a Timeout error. On refreshing I am stuck on a blank white screen.

Tried: (1) re-installing Google Chrome too according to a few suggestions on Internet but still facing the same problem. (2) I set my ip address ("Dev Settings" -> "Debug server host for device") x.x.x.x:8081 (3) tried adb reverse tcp:8081 tcp:8081

react-native: 0.52.0 react: 16.2.0

Kindly help!

Unable to connect to remote debugger

11
  • Did you tried this stuff -> facebook.github.io/react-native/docs/running-on-device.html Commented Jan 23, 2018 at 6:09
  • do you have an internet connection? Commented Jan 23, 2018 at 6:16
  • OfCourse I do @Sathish Commented Jan 23, 2018 at 6:22
  • 1
    @Thunder. That worked. I also updated Sdk build tools to v23.0.3. Thanks a ton. Commented Jan 24, 2018 at 11:08
  • 1
    I crossed the reputation threshold just now! Tried yesterday! Commented Jan 25, 2018 at 6:01

1 Answer 1

2

Go to your project directory in terminal and start your react-native server it will work for you.

Sign up to request clarification or add additional context in comments.

Comments

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.