- 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.
推薦閱讀
- Go Web編程
- Embedded Linux Projects Using Yocto Project Cookbook
- R語言數(shù)據(jù)分析從入門到精通
- JavaScript全程指南
- Python自然語言處理實(shí)戰(zhàn):核心技術(shù)與算法
- Docker進(jìn)階與實(shí)戰(zhàn)
- Web Development with Django Cookbook
- Mastering Ubuntu Server
- Reactive Programming With Java 9
- 自制編程語言
- Visual Studio Code 權(quán)威指南
- JavaScript機(jī)器人編程指南
- 零基礎(chǔ)學(xué)HTML+CSS
- 貫通Tomcat開發(fā)
- Mastering jQuery Mobile