
Then Select Deployment Target window will pop up, there are two sections in the list, one is Connected Devices the other is Available Virtual Devices.You can also right-click the activity class in the android studio left project view panel, then click the Run / Debug submenu in the popup menu list to run / debug the android activity.Click the run button ( green triangle ) to run it or click the debug button ( green triangle on a bug ) to debug it. Select the activity java class that you want to run/debug from the top toolbar drop-down list.

Setup and launch a virtual device simulator, you can read the article How To Create Android Virtual Device (AVD) In Android Studio to learn more.


Run / Debug Android App In Virtual Device.
