Table of Contents

Android - Device

Management

List

With Android - Android Debug Bridge (ADB), you get the list of device with the serial number.

android-sdk\platform-tools>adb devices
List of devices attached
010dfa948f964f70        device

When you run your program, you can find back the serial number:

Android Studio Run Device Chooser

Documentation / Reference