Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

select adb device to install apk

Yes, you can install an apk on a particular device.

In command, type:

adb devices
// list of devices and its unique ID...

Then type:
adb -s "<deviceIDfromlist>" install "<path-to-apk>"
 
PREVIOUS NEXT
Tagged: #select #adb #device #install #apk
ADD COMMENT
Topic
Name
9+2 =