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:
How to use: After installation go to View -> Toolbars -> Run Multiple Devices At Visual Studio toolbar, there should be new options available. Run Multiple Devices and Settings. 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) 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. Clicking on play button or Run Multiple Devices will start to upload apk file to selected devices. Feedback: Any issues and enhancement suggestions can be submitted on github project page |