From the course: Programming for Non-Programmers: Android & Kotlin

Unlock the full course today

Join today to access over 22,500 courses taught by industry experts or purchase this course individually.

Using the Android Emulator

Using the Android Emulator

From the course: Programming for Non-Programmers: Android & Kotlin

Start my 1-month free trial

Using the Android Emulator

- [Instructor] With all of our set up complete, we're ready to run our first application in the Android emulator. You can do that by clicking the run button, which is that green triangle. Right now, it's in the Navigation Bar on my screen, but if you're showing the Toolbar, by going to View, Toolbar, it's going to be that same button, but it will be in a different location. So, I'll hide the Toolbar and then hit it from the Navigation Bar. And, when you do that, you're going to see the Select Deployment Target window. Here it mentions that I have no USB devices or running emulators detected. If I did any connected devices detected, I would see them right here in this section. But, then below that, we see Available Virtual Devices. This was a device that we configured automatically, as part of our installation and set up for Android studio. If we created additional virtual devices, we would see them listed here, as well. So, you could check whatever device you wanted to run it on, and…

Contents