How to debug in Android Studio using adb over WiFi

后端 未结 15 2011
有刺的猬
有刺的猬 2020-12-04 06:32

I\'m able to connect to my phone using adb connect, and I can adb shell also.

But when I go to Run->Device Chooser, there are no devices there.

What should I

15条回答
  •  既然无缘
    2020-12-04 07:03

    Try to run:

    adb tcpip 5555
    adb connect 192.168.2.4
    

    http://developer.android.com/tools/help/adb.html#wireless

提交回复
热议问题