Can't connect to Android via ADB over wifi - Do I need root access?

前端 未结 10 1386
梦毁少年i
梦毁少年i 2020-12-14 21:32

I\'m basically trying to do this: How can I connect to Android with ADB over TCP? with the Droid X2.

I have USB Debugging on, and my phone is plugged in via USB. The

10条回答
  •  独厮守ぢ
    2020-12-14 22:17

    I've encoutered the same problem, and my device was rooted. The problem actually came from adbd Insecure. If you installed adbd Insecure on your device, it will prevent you from connecting to your device via WiFi. You have to uncheck the "Enable insecure adbd" in the app adbd Insecure.

    See FIXED: Can't connect to adb over wifi

提交回复
热议问题