Aug
9
2019

Deploy to Android device with wireless connection

Using windows Command Prompt:

// check if your device is present
adb devices
// get device ip address (see inet row)
adb shell ip addr show wlan0
// enable tcpip and port
adb tcpip 5555
// connect device (use your device ip address)
adb connect 192.168.1.90:5555

Now you can remove usb cable, and deploy through wifi.
(This works with Oculus Quest and other android based vr devices)

// can check if your wireless device is connected
adb devices

// logcat works too
adb logcat -s Unity ActivityManager PackageManager dalvikvm DEBUG -v color


2 Comments + Add Comment

  • Very useful! Thanks for posting this tip.

  • Thank you, works perfectly.

Leave a comment

Connect

Twitter View LinkedIn profile Youtube Youtube Join Discord Twitch Instagram

UnityLauncherPro

Get UnityLauncherPRO and work faster with Unity Projects!
*free unity hub alternative

@unitycoder_com

Subscribe to Blog via Email

Enter your email address to subscribe to this blog and receive notifications of new posts by email.