Here is the second script in my series of articles that centers around bash scripts for Android development in Android Studio. Eventually I will combine all of these bash scripts into one main file and have actions launched based on the shell arguments passed to the shell script. The script below uses the now familiar loop that will iterate through […]

Here’s a script I created for connecting a device to adb through wifi (wireless connection). For the best results connect only one device through USB to adb and then run this script. I’ve been able to connect up to four devices wirelessly by using this script. Note that when the script is run, the devices ip address will be saved […]