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

前端 未结 10 1409
梦毁少年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:04

    I hope this will helpful and worked for me

    1. Disconnect phone from studio.
    2. Go to developer options in phone.
    3. Under USB debugging, there is an option to Revoke USB debugging authorisations.
    4. Then click ok.
    5. Then again connect phone to studio via USB.
    6. Then click on connect button in ADB Wifi.
    7. Now you can run and debug apps without USB

提交回复
热议问题