Appium Environment Construction

Source: Internet
Author: User
Tags install node appium

1. Install node. js

: https://nodejs.org/en/download/

When the installation is complete, open the Windows command-line window, enter the NPM command, and return.

If the message appears, the node. JS installation was successful.

2, Installation Appium

https://bitbucket.org/appium/appium.app/downloads/

Http://pan.baidu.com/s/1jGvAISu

After the installation is complete, start appium, and if the. NET Framework initialization error prompt pops up, you need to first install the. NET Framework 4.5 and start the Appium again:

3. Check the Java environment variable configuration

Reference Address: http://www.cnblogs.com/ycyzharry/p/6762649.html

4. Install the Android SDK

: Http://dl.google.com/android/installer_r23.0.2-windows.exe

5. Set the Android environment variable

Computer Right-click menu---> Properties---> Advanced system settings---> Environment variables---> System variables-New ...

Android_home

variable Name: Android_home variable Value: D:\Program files\android\android-SDK

Locate the Path variable, edit

variable Name: PATH variable value:; %android_home%\platform-tools;%android_home%\tools;

6. Install Android SDK Build-tools

Double-click Start SDK Manager.exe program.

7. Install Android SDK Platform-tools

: http://www.androiddevtools.cn/

Place the extracted Platform-tools folder in the root directory of the Android SDK.

8. Check the Appium environment

Open the Windows command prompt line, enter appium-doctor and return.

If the "all Checks were successful" prompt appears, the Appium environment is set up.

Appium Environment Construction

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.