ADB : unable to connect to 192.168.1.10:5555

后端 未结 14 949
天涯浪人
天涯浪人 2021-01-31 08:44

I cannot use adb connect to connect via wifi to my device (nexus 5, android 6), but since i\'m developping a cordova plugin using usb OTG, I really need to connect

14条回答
  •  清歌不尽
    2021-01-31 09:25

    connect using USB and Just use this command

    adb tcpip 5555

    It will restart services

提交回复
热议问题