简体   繁体   中英

Android ADB connect over TCPIP not working

I Connected my moto g2(Lollipop) to adb over WIFI using the commands

adb tcpip 5555
adb connect 192.168.2.6:5555

It was successfully connected

when i checked how many devices are connected. It was showing 2 devices.

1.Device over USB

  1. Device over WIFI with the IP address

So i need to use the device with WIFI So i unplugged the usb

To my Shock both devices are disconnected. I dont why? Please Help me

Restart the adb connection with an adb kill-server then you should be able to reconnect and see your device with adb devices again.

Sidenote: I like this app to use adb over wifi.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM