https://github.com/aweiloveandroid/androidadbwifiutils
This is an IDEA plugin that allows you to connect Android devices via WiFi for debugging your codes.
https://github.com/aweiloveandroid/androidadbwifiutils
adb android plugin tools wifi
Last synced: 8 months ago
JSON representation
This is an IDEA plugin that allows you to connect Android devices via WiFi for debugging your codes.
- Host: GitHub
- URL: https://github.com/aweiloveandroid/androidadbwifiutils
- Owner: AweiLoveAndroid
- License: apache-2.0
- Created: 2022-09-14T00:10:13.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-09-19T04:22:42.000Z (over 3 years ago)
- Last Synced: 2025-04-01T13:05:14.958Z (10 months ago)
- Topics: adb, android, plugin, tools, wifi
- Language: Java
- Homepage: https://plugins.jetbrains.com/plugin/19898-adbwifiutils
- Size: 257 KB
- Stars: 8
- Watchers: 1
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# AdbWifiUtils

● [Description]:
This is an IDEA plugin that allows you to connect Android devices via WiFi for debugging your codes.
● [Features]:
○ 1.The plugin supports connect Android devices over wifi.
○ 2.The plugin supports all Android versions.
○ 3.It supports for IDEA versions(173.*~222.*).
○ 4.It supports the port verification.
○ 5.It supports the IP Address verification.
○ 6.It supports error prompts when your operation is incorrect.
○ 7.The plugin show details steps, and each step of your operation can be displayed in the TextField on the left border.
● [Supports]:
○ Android Version: all Android version and devices.
○ IDEA Version: 173.*~222.*. If you are using the Android Studio, you should use Android Studio 3.2.0+.For more information,you can open plugin homepage
Plugin Versions.
● [Usage]:
○ input your wifi ip and any port and then click the [connect] button, then your compute can connect the Android device.
● [Tips]:
○ 1.The port numbers that you inputed must between 0 and 65535.
○ 2.Make sure that the Android device and the computer are connected to the same WiFi.
○ 3.If your Android device version earlier than Android 11, you must open your Android devices and find [Settings] --> [WLAN],
and then find the WiFi IP address, just Write it down on your mind, it's very important.
○ 4.If your Android device version is equal to or later than Android 11, you can find [Settings] --> [Additional settings] --> [Developer options],
[Wireless debugging], just open it.
● ChangeNotes:
○ [V1.1]:
Fix some bugs.Add the screenshots.Update the [README] documents.
○ [V1.0]:
The plugin supports connect Android devices over wifi.The plugin supports all Android versions.It supports for IDEA versions(173.*~222.*).