Appium Environment Building (Java Edition)

Source: Internet
Author: User
Tags install node appium

The previous period of time to learn appium, today is ready to appium environment to build the process of writing, so that we can take a few detours. 1. Install the JDK and make the environment variable configuration environment variable configuration: Add Java_home variable, value: JDK installation path, such as: D:\Java\jdk1.7.0_45 add Classpath variable, value.;  %java_home%\lib\tools.jar;%java_home%\lib\dt.jar Modify the path variable, plus this sentence%java_home%\bin; Check JAVAThe environment is configured, enter the cmd command line, enter Java or JAVAC, you can see a lot of command prompt, indicating success.2. Installation  Android SDK (software development Kit)

You need to configure environment variables:

New Android_home D:\ProgramFiles (x86) \ANDROID\ANDROID-SDK

Added in path:%android_home%\platform-tools;%android_home%\tools;

3. Install node. js, which is installed by default and can change the installation path

added in path: D:\Program Files\nodejs;
after the installation is complete, check that the node version installation is successful: Enter cmd, enter node-v, you can see the version number, indicating success.

4. Install appium, configure environment variables


Need to configure environment variables

D:\Program Files (x86) \appium\node_modules\.bin;


5. Install ADT ( Android Developer Tools ), and configure environment variablesDirectly unzip, copy all files under the SDK directory to C:\Program files\android\android-sdk, overwriting all files.

Enter Appium-doctor to check if the installation environment for Appium is successful, such as:

Appium Environment Building (Java Edition)

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.