- Mobile Test Automation with Appium
- Nishant Verma
- 197字
- 2021-07-02 20:34:38
Creating Android Virtual Device (Optional)
When we install Android SDK, it allows you to create a virtual device (an emulator) to help perform the development and testing locally without buying a physical device. The following steps will help you to create an emulator:
- Launch AVD Manager (using the terminal, type in command android avd).
- Click on "Create...".
- Enter an AVD Name.
- Select a target Device from the dropdown.
- Select an API level by clicking on the dropdown next to Target.
- Click on the dropdown next to CPU/ABI and select a value from the dropdown.
- Choose a Skin.
- You can alter the RAM size in Memory Options; it generally defaults based on the device selected.
- Press OK:

Once the Android Virtual Device is created, it will show up in the AVD manager. We have the option of performing operations, such as Start, Edit, Repair, and Delete, on the Android Virtual Device.
Let's take a look at an emulator (Genymotion) other than Android Virtual Device, which is a much better performant compared to the android ones. We can rely heavily on the Genymotion emulator for our day-to-day testing and development activities.
推薦閱讀
- .NET之美:.NET關鍵技術深入解析
- OpenShift開發指南(原書第2版)
- 程序員面試筆試寶典
- 深入實踐Spring Boot
- 技術領導力:程序員如何才能帶團隊
- 軟件測試項目實戰之性能測試篇
- Python Network Programming Cookbook(Second Edition)
- 零基礎學Java程序設計
- The DevOps 2.4 Toolkit
- 概率成形編碼調制技術理論及應用
- 3ds Max印象 電視欄目包裝動畫與特效制作
- Python+Office:輕松實現Python辦公自動化
- Python程序設計教程
- Python網絡爬蟲從入門到實踐
- Flink原理深入與編程實戰:Scala+Java(微課視頻版)