You are on page 1of 2
‘o2r2023 01:39, db Install APK on Specific Device - Apps Developer Blog Co Apps Developer Blog Tutorials for Software Developers February 14, 2019 by Sergey Kargo} adb - Install APK on Specific Device In this short tutorial you will lea how to use adb command to install an APK on a specific Android device if more than one is connected to your computer. adb - List Android Devices Attached To list all Android devices connected to your computer use the following command: 1. adb ai or have one Android emulator running and one Android device connected to my computer now. If [have adb devices command | get the following output List of devices a a61s7aféaat6e740 3. emulator-5554 adb - Install APK on Specific Device Now when you know how to list all attached devices, we can install our APK on one of these devices using same adb command. 1. adb -2 where should be replaced with the value of attached device id. The device id from the output of adb devices command. 1, List devices with adb devices command: 1, List ef devie 2. ge1staféaafee740 3. emulator-5554 hitpslwwn.appsdeveloperblog.comvinstall-apk-on-deviee-adb/ 1 ‘o2r2023 01:39, db Install APK on Specific Davie - Agps Developer Blog 2. Use adb -s install to install on selected device: 1.) adb 06157d£6aaL6c740 install my-andeoid-app.apk And this is it! Posted in: Android, Java, Kotlin Tagged: adb, Android, apk, install Software developer ® Written by Sergey Kargopolov : Twitter | Instagram | Facebook Copyright © 2023 Apps Developer Blog. Powered by WordPress and Themelia hitpslwwn.appsdeveloperblog.comvinstall-apk-on-deviee-adb/ 2

You might also like