0

Im trying to connect to the remote debugger using Android Emulator (Pixel XL API 28) and regardless of attempts I get the error message:

Unable to connect with remote debugger  
Timeout while connecting to remote debugger  

The URL that Chrome opens appears correct: localhost:19006/debugger-ui
But the application always errors and will not connect.
I have tried the solution posted in React-native Timeout when connecting to remote debugger in windows with no luck. And most of the other SO questions do not match the issue I am encountering.

RN version: 0.52.0
Chrome Version: 69.0.3497.100 (Official Build)(64-bit)
Android Emulator: Pixel XL API 28
Using the Expo XDE IDe if it matters?

[Emulator Error Message] Debugger Browser

ProfessionalAmateur
  • 4,447
  • 9
  • 46
  • 63

1 Answers1

0

Try to open the debugger first (before run) in your browser, then run on emulator, and choose "debug JS Remotely"

Tarreq
  • 1,282
  • 9
  • 17