- Mastering Android Development with Kotlin
- Milo? Vasi?
- 307字
- 2021-07-02 15:20:52
Creating a new AVD instance
From the Your Virtual Devices of the AVD Manager, click on Create Virtual Device (you can do the same as you run your app from within Android Studio by clicking on the Run icon, and then, in the Select Deployment Target dialog, choose Create New Emulator). Please refer to the following screenshot:

Select a hardware profile and then click on Next, as shown in the previous screenshot.

If you notice the Download link next to the system image, you have to click on it. The download process starts, as you can see in the following screenshot:

We must note that the API level of the target device is very important! Your application can't run on a system image whose API level is less than the one required by your application. That attribute is specified in your Gradle configuration. We will deal with Gradle in detail later.
Finally, Verify Configuration appears:

Change the AVD properties if needed and then click on Finish to complete the wizard. The newly created AVD appears in the Your Virtual Devices list or the Select Deployment Target dialog, depending on where you accessed the wizard from.

If you need to create a copy of the existing AVD, follow these instructions:
- Open AVD Manager, right-click on the AVD instance, and select Duplicate.
- Follow the wizard, and, after you modified what you needed, click on Finish.
- A new modified version appears in our AVD list.
We will demonstrate dealing with hardware profiles by creating a new one from scratch. To create a new hardware profile, follow these instructions. In Select Hardware, click on New Hardware Profile. Please refer to the following screenshot:

Configure Hardware Profile appears. Adjust the hardware profile properties as needed. Click on Finish. Your newly created hardware profile appears.
- Visual C++程序設(shè)計(jì)教程
- The React Workshop
- concrete5 Cookbook
- Hands-On Natural Language Processing with Python
- Android底層接口與驅(qū)動(dòng)開(kāi)發(fā)技術(shù)詳解
- Mastering JavaScript Design Patterns(Second Edition)
- Apache Kafka Quick Start Guide
- C語(yǔ)言程序設(shè)計(jì)實(shí)驗(yàn)指導(dǎo) (第2版)
- 編程菜鳥(niǎo)學(xué)Python數(shù)據(jù)分析
- 基于ARM Cortex-M4F內(nèi)核的MSP432 MCU開(kāi)發(fā)實(shí)踐
- Statistical Application Development with R and Python(Second Edition)
- Hands-On GUI Programming with C++ and Qt5
- 進(jìn)入IT企業(yè)必讀的324個(gè)Java面試題
- Learning Shiny
- Computer Vision with Python 3