Windows Build Appium (Android version)

Source: Internet
Author: User
Tags install node appium

1. Install node. js

Description: Installing node. js is for NPM to be able to use it, and it is easy to install the package it contains using NPM install, which Appium server writes with node. JS: https://nodejs.org/en/default installation, node. JS is automatically added to the environment variable path, and if path is not added, manually addTo see if the installation was successful: cmd using Node-v view version
2. Install the Android SDK packageDescription: The SDK is a software development kit for Android. : http://android-sdk.en.softonic.com/, or direct download and installation directly from the App Store(But the official website in my here because of network and other reasons cannot open official website, can use this link to download: http://www.androiddevtools.cn/)Configure environment Variables for Android:Add an environment variable of android_home with a value of ANDROID-SDK installation pathPath added:%android_home%\platform-tools;%android_home%\tools; 3. Installing the Java JDK: http://www.oracle.com/technetwork/java/javase/downloads/index-jsp-138363.htmlConfiguring environment Variables for Java 4. Installing Appiuminstall using the command: NPM install-g appiumor download it on GitHub to install https://github.com/appium/appium/releasesor download it directly: https://bitbucket.org/appium/appium.app/downloads/Configure Appium environment variable, add Appium installation path in path, my is D:\software\Appiumenter appium-v in CMD to see if the installation was successful 5. Installing Appium clientDescription: Appium client encapsulates Webdriver's method rewrite, supports multiple languages such as Python,java,ruby, and needs to download the corresponding version of the scripting language you want: http://appium.io/downloads.htmlPython installation method, after extracting the downloaded file, cmd into the installation package path, Python setup.py install installation

Windows Build Appium (Android version)

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.