How to debug in Android Studio using adb over WiFi

后端 未结 15 2019
有刺的猬
有刺的猬 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:16

    Try below android studio plugin

    Android WiFi ADB

    HOW TO

    1. Connect your device to your computer using a USB cable.
    2. Then press the button on the toolbar and disconnect your USB once the plugin connects your device over WiFi.
    3. You can now deploy, run and debug your device using your WiFi connection.

    Github Link: https://github.com/pedrovgs/AndroidWiFiADB

    NOTE: Remember that your device and your computer have to be in the same WiFi connection.

提交回复
热议问题