Android Studio wireless ADB error (10061)

前端 未结 27 1720
一生所求
一生所求 2020-12-13 00:46

It seems that wireless ADB has more and more issues each time I update Android Studio. Using 2.1.1, I\'m now unable to connect to my tablet using the command:



        
27条回答
  •  青春惊慌失措
    2020-12-13 01:37

    I resolve the problem like that :

    • on Android device activate the developer mode (Setting->Device->Build 7 time)
    • In developer mode activate debugging mode
    • then adb connect xx.xx.xx.xx
    • then a windows appear in android, click accept the connexion

    Michael

提交回复
热议问题