android - ADB: How to install apk on multiples devices simultaneously using adb commands -


how install apk on multiple devices simultaneously using adb command line instructions? want install apk on 2 or more devices single command, possible?

i have tried using, below command.

"adb -s install .apk path" --> install apk on either 1 of connected device not on both connected devices.

please help....

there no "out of box" solution. have put time in there:

you can query attached devices via 'adb devices' , have process output install apk on attached devices ( 'adb install' every connected device )

maybe there tool outside in web, haven't found one.

see http://developer.android.com/tools/help/adb.html#devicestatus further information.

regards


Comments

Popular posts from this blog

php - regexp cyrillic filename not matches -

c# - OpenXML hanging while writing elements -

sql - Select Query has unexpected multiple records (MS Access) -