If you connect the device with a USB cable to a computer, android debug bridge (adb) should be able to communicate with the device and you should see a notification on the device saying USB debugging connected, as shown in the following screenshot:
![](https://static.packt-cdn.com/products/9781788296243/graphics/assets/56a202ab-6444-4141-a073-a0caf71d36a5.png)
Now, you can go to Visual Studio, select your device listed in the running device list, and run the application. This will install the application on your device and run it.