- Mobile Test Automation with Appium
- Nishant Verma
- 277字
- 2021-07-02 20:34:40
Installing Android SDK (using Android command-line tool)
- Navigate to Android Studio page and download the Android Studio package (android-studio-bundle-xxx.xxxxx-windows.exe) for Windows (Link for Android Studio: https://developer.android.com/studio/index.html?hl=sk).
- Once downloaded, run the .exe and follow the install instructions:

- Click on Next >.
- Click on the I Agree button.
- Create a folder in C drive and name it android-sdk.
On the Configuration Settings Install Locations screen, choose the shown values for Android Studio and Android SDK:

- Click on Next.
- Finish the installation.
- Bring up the Windows program search box and type advanced system setting. Click on the View advanced system settings search result.
- On the system properties window, click on the Advanced tab and click on Environment Variables.
- Under the System variables section, click on New and add a variable name, ANDROID_HOME, and value, C:\Android-SDK.
- Under the System variables section, scroll to find PATH and click on edit. Add %ANDROID_HOME%\tools and %ANDROID_HOME%\platform-tools at the end.
- To create an Android Virtual Device, we need to follow these steps:
- Launch Android Studio from the installed programs on Windows.
- On the Android Studio home page, click on the Configure dropdown and select SDK Manager.
- Under SDK platform, choose the SDK platform you want to install, such as Android 5.1 (Lollipop), and select the checkbox.
- Click on Apply and confirm the installation.
- This will finish the installation of the new virtual device.
- Click on OK to close the popup.
- Follow the instructions here to set up the AVD on a Windows machine (https://developer.android.com/studio/run/managing-avds.html).
Once done, we can move on to the Node JS installation.
推薦閱讀
- Java Web開發學習手冊
- C#編程入門指南(上下冊)
- 青少年美育趣味課堂:XMind思維導圖制作
- Clojure for Domain:specific Languages
- Ray分布式機器學習:利用Ray進行大模型的數據處理、訓練、推理和部署
- Easy Web Development with WaveMaker
- Getting Started with LLVM Core Libraries
- 深入淺出React和Redux
- QlikView Unlocked
- scikit-learn Cookbook(Second Edition)
- Docker:容器與容器云(第2版)
- 人人都能開發RPA機器人:UiPath從入門到實戰
- Java網絡編程實用精解
- Effective DevOps with AWS
- 大數據可視化編程和應用