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?