Answers for "select adb device to install apk"

0

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>"
Posted by: Guest on January-27-2022

Code answers related to "select adb device to install apk"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language