Skip to content

Run a live reload without connecting to the device to the PC #3194

Answered by imhoffd
Sampath-Lokuge asked this question in Q&A
Discussion options

You must be logged in to vote

iOS

  1. Connect your device to your computer with USB to begin setup.
  2. In Xcode, navigate to Window -> Devices and Simulators. Find your phone under Devices and make sure "Connect via network" is checked (device and computer need to be on the same Wi-Fi network).

Android

Enabling TCP Mode

  1. Connect your device to your computer with USB to begin setup. Run adb devices to make sure the device is listed.

  2. Switch ADB from USB to TCP mode.

    adb tcpip 5555
    
  3. Establish a connection from your computer to the device by using the device's IP on the shared LAN (device and computer need to be on the same Wi-Fi network). You can get the device's IP by going to Settings -> About phone -> Network -> IP ad…

Replies: 2 comments 2 replies

Comment options

You must be logged in to vote
0 replies
Answer selected by imhoffd
Comment options

You must be logged in to vote
2 replies
@imhoffd
Comment options

@Sampath-Lokuge
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants