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
Post a Comment