Run/install/debug Android applications over Wi-Fi?

前端 未结 30 1743
[愿得一人]
[愿得一人] 2020-11-22 07:16

I thought there was a way to test your applications in development over Wi-Fi. Is this possible?

I\'d love to be able to untether my phone and develop wirelessly.

30条回答
  •  慢半拍i
    慢半拍i (楼主)
    2020-11-22 08:00

    (No root required) There is one best, easy and with UI method for Android Studio

    IntelliJ and Android Studio plugin created to quickly connect your Android device over WiFi to install, run and debug your applications without a USB connected. Press one button and forget about your USB cable.

    just install plugin Android WiFi ADB

    Download and install Android WiFi ADB directly from

    Intellij / Android Studio: Preferences/Settings->Plugins->Browse Repositories

    .

    Remember! for first time to initialize the device you must have to connect using usb

    Alternatively, you can download the plugin from the JetBrains plugin site and install it manually in: Preferences/Settings->Plugins->Install plugin from disk.

    You can connect and manage your devices easily....... for more information read here https://github.com/pedrovgs/AndroidWiFiADB

提交回复
热议问题