ADB : unable to connect to 192.168.1.10:5555

后端 未结 14 941
天涯浪人
天涯浪人 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:11

    In my case I had to shut of and on the wifi adb debugger app, on the device. On another USB device I had to shitch off and on developer mode, then re-set the development options. Also reset my pc.

    Seem that adb in some way made a mess with global communication and all the debug communication have to be reset on both sides.

    After this the devices start to comunicate again

提交回复
热议问题