An open API service indexing awesome lists of open source software.

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.

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
```