Connect with IP Address of Device
adb connect <host>[:<port>]
1. Get IP Address
Setting ---> about Phone ---> Status ---> IP Address
2. Go Terminal in Android Studio --->
a. type ' adb connect ip-address ' like - adb connect 192.168.1.9
or
b. type ' adb connect ip-address:port ' like - adb connect 192.168.1.9:5555
RESULT : connected to 192.168.1.9:5555
***************Full Example
D:\PROJECT\Project - Backup\Philips\PdfReader1>adb connect 192.168.1.9
connected to 192.168.1.9:5555
adb connect <host>[:<port>]
1. Get IP Address
Setting ---> about Phone ---> Status ---> IP Address
2. Go Terminal in Android Studio --->
a. type ' adb connect ip-address ' like - adb connect 192.168.1.9
or
b. type ' adb connect ip-address:port ' like - adb connect 192.168.1.9:5555
RESULT : connected to 192.168.1.9:5555
***************Full Example
D:\PROJECT\Project - Backup\Philips\PdfReader1>adb connect 192.168.1.9
connected to 192.168.1.9:5555
No comments:
Post a Comment