forked from lxm_plugin_idea/ADB-Wi-Fi
The base branch lxm_plugin_idea/ADB-Wi-Fi:main has new changes
ADB Wi-Fi
This plugin simplifies the usage of ADB's "Connect over Wi-Fi" feature.

Usage
- Connect an Android device via USB cable.
- Open the "ADB Wi-Fi" Tool Window (in the right-bottom corner).
- Click the "Connect" button.
- After a successful connection, you can unplug the USB cable.
Installation
-
Using IDE built-in plugin system:
Preferences > Plugins > Marketplace > Search for "ADB Wi-Fi" > Install Plugin
-
Manually:
Download the latest release and install it manually using Preferences > Plugins > ⚙️ > Install plugin from disk...
How to run code
Open project in Intellij IDEA.
Available gradle tasks:
runIde- launches a new instance of IDE with the plugin installed:- Execute
./gradlew runIdecommand in terminal
OR - Press
Ctrltwice to open the Run Anything window and executegradle runIdecommand
- Execute
check- runs linters and testsbuildPluginpackages installable zip file
Distribution zip file will be available under./build/distributions/
You can choose which version of IDE runIde task launches by adding runIde configuration ./build.gradle.kts:
tasks {
...
runIde {
ideDir.set(file("/Applications/Android Studio.app/Contents"))
}
}
Description
Android Studio (IntelliJ IDEA) plugin that simplifies "adb over Wi-Fi" usage.
Android Studio (IntelliJ IDEA)插件,简化了 adb over Wi-Fi 的使用
v1.2.5
Latest
Languages
Kotlin
100%