A bash script that allows you to install an apk on more than one device connected to the mac at the same time.
- Android SDK is installed with platform-tools directory added to the path
- Debugging is enabled on your android device from the developer options.
- The connected device trusts the mac.
- Download the script
- Execute the following from the same path of the script
chmod +x adbinstall
sudo cp adbinstall /usr/local/bin
Now you can take install the apk you want on multiple devices conneced at the same time to the mac by executing.
adbinstall "/path/to/apk/file.apk"