It is possible with in same Network.
First one time you needed to connect the mobile device to the cpu (connect via usb cable).
open android studio console
type following commands
adb devices
A bove command shows successfully stated. then enter below command.
adb tcpip 5555
A bove command restart the tcp mode connection.
Then remove USB.
In Android studio console type
adb connect <ip address of the mobile >:5555
example: adb connect 172.20.35.178:5555
console shows connected device
0 Response to "how to do App debugging in android studio via wifi (without cable) in ubuntu"
Post a Comment