Skip to content

faidy/adb-multi-device-installer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

adb-multi-device-installer

A bash script that allows you to install an apk on more than one device connected to the mac at the same time.

Prerequisites:

  1. Android SDK is installed with platform-tools directory added to the path
  2. Debugging is enabled on your android device from the developer options.
  3. The connected device trusts the mac.

Steps:

  1. Download the script
  2. 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"

About

A bash script that allows you to install an apk on more than one device connected to the mac at the same time.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages