From the course: Android Development Essential Training: Your First App with Kotlin

Unlock the full course today

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

Create virtual devices for testing

Create virtual devices for testing - Android Tutorial

From the course: Android Development Essential Training: Your First App with Kotlin

Start my 1-month free trial

Create virtual devices for testing

- [Narrator] To test your apps, you'll need either a physical device, that is a phone or a tablet, or a virtual device that you can create for free and run on the Android emulator. Create virtual devices using the AVD Manager. You can get to the AVD Manager from the welcome screen, under the configure menu, or if you already have a project open, you can open the AVD Manager from the tools menu. From this screen, click on create virtual device, and then choose the device definition you want to use. You'll find device definitions for various form-factors including Android TV, Wear OS for watches, or phones or tablets. I'm going to create a phone device, and I'm specifically going to emulate the Pixel 2. Now, I'm not using Pixel 3 for a couple of reasons. First of all, the Pixel 3 definition, as of the time of this recording, had a bad bug in it. But more importantly, the Pixel 2 definition has full support for the Google Play Store. That will allow me, if I want to, to log in to the…

Contents