Skip to content
| Marketplace
Sign in
Visual Studio>Tools>AndroidMultipleDeviceLauncher
AndroidMultipleDeviceLauncher

AndroidMultipleDeviceLauncher

BinaryAlchemist

|
459 installs
| (0) | Free
Tool for uploading android apk file to multiple devices at once.
Download

Tool for quick uploading build android apk file to multiplle devices. Useful for testing and quick debugging android native apps, xamarin forms and Maui android apps on multiple devices.

This extension works as follows:

  • user selects on which devices apk file should be uploaded (emulators and real devices), available devices are read by the use of Android Debug Bridge and Android Virtual Devices,
  • after clicking run, extension checks which devices are running and starts emulators if needed,
  • based on extension settings, extension will build project from scratch or just take earlier generated apk file from bin folder. Android project must be selected as startup project. Extension determines to create/select debug and release version based on current project configuration,
  • after build extension is searching for apk-Signed.apk file,
  • with use of adb, apk file is installed on selected devices and run.

How to use:

After installation go to View -> Toolbars -> Run Multiple Devices

MultipleDeviceUploader.png

At Visual Studio toolbar, there should be new options available. Run Multiple Devices and Settings.

MultipleDeviceUploader2.png

In Settings. You will have to provide a path to the folder where Android Debug Bridge is located (Default: C:\Program Files (x86)\Android\android-sdk\platform-tools) and avd Emulator (Default: C:\Program Files (x86)\Android\android-sdk\emulator). Build checkbox is optional. This parameter is responible if project should be always build before uploading to devices (more time consuming)

MultipleDeviceUploader3.png

Below settings is list of found real devices and available virtual devices from which we can select on which devices apk file will be uploaded.

MultipleDeviceUploader6.png

Clicking on play button or Run Multiple Devices will start to upload apk file to selected devices.

MultipleDeviceUploader5.png

Feedback:

Any issues and enhancement suggestions can be submitted on github project page

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft