Skip to content

Instantly share code, notes, and snippets.

@ChechoCZ
Created June 13, 2020 20:50
Show Gist options
  • Save ChechoCZ/2e0288228b6dd711deae679740acb2a4 to your computer and use it in GitHub Desktop.
Save ChechoCZ/2e0288228b6dd711deae679740acb2a4 to your computer and use it in GitHub Desktop.
Android Phone/Simulator Req Localhost
// Run in terminal the following command to allow android emulator or physical device to connect to localhost
adb reverse tcp:3000 tcp:3000
// Port should be backend port.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment