Android Getting started with Android Setting up an AVD (Android Virtual Device)

Help us to keep this website almost Ad Free! It takes only 10 seconds of your time:
> Step 1: Go view our video on YouTube: EF Core Bulk Insert
> Step 2: And Like the video. BONUS: You can also share it!

Example

TL;DR It basically allows us to simulate real devices and test our apps without a real device.

According to Android Developer Documentation,

an Android Virtual Device (AVD) definition lets you define the characteristics of an Android Phone, Tablet, Android Wear, or Android TV device that you want to simulate in the Android Emulator. The AVD Manager helps you easily create and manage AVDs.

To set up an AVD, follow these steps:

1. Click this button to bring up the AVD Manager:

AVD Manager icon

2. You should see a dialog like this:

AVD Manager Dialog

3. Now click the + Create Virtual Device... button. This will bring up Virtual Device Configuration Dialog:

Virtual Device Configuration Dialog

4. Select any device you want, then click Next:

Choose System Image

5. Here you need to choose an Android version for your emulator. You might also need to download it first by clicking Download. After you've chosen a version, click Next.

Advanced Settings

6. Here, enter a name for your emulator, initial orientation, and whether you want to display a frame around it. After you chosen all these, click Finish.

7. Now you got a new AVD ready for launching your apps on it.

AVD



Got any Android Question?