https://github.com/alnitak/adbwifi
Bash script to connect your Android devices over wifi.
https://github.com/alnitak/adbwifi
android bash wifi
Last synced: about 2 months ago
JSON representation
Bash script to connect your Android devices over wifi.
- Host: GitHub
- URL: https://github.com/alnitak/adbwifi
- Owner: alnitak
- License: mit
- Created: 2020-11-29T19:56:44.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2020-11-29T20:02:32.000Z (over 5 years ago)
- Last Synced: 2025-02-02T23:58:14.255Z (over 1 year ago)
- Topics: android, bash, wifi
- Homepage:
- Size: 2.93 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# adbwifi
Bash script to connect your Android devices over wifi.
First connect one or more devices with USB cable, then execute the script.
When finished, remove the cable and you are ready to use them within Android Studio for running/debugging.
## make adbwifi executable and run it
```
chmod +x ./adbwifi
./adbwifi
```