Adb over wifi killed off after usb disconnect?

前端 未结 6 1922
小鲜肉
小鲜肉 2021-02-13 06:28

So with my nexus 5 im easily able to do something like this to connect adb over wifi:

adb tcpip 5555
adb connect 192.xxx.x.xx

and then disconne

6条回答
  •  我在风中等你
    2021-02-13 06:53

    I would suggest to:

    1. Make sure both of your devices are on the same network.
    2. While running adb connect give the port number too
    3. Make sure the default port 5555 is not used by any other service
    4. When you changed the device did you double check on the ip (In wifi connection IP keeps changing)

提交回复
热议问题