Appium Installation Notes

Source: Internet
Author: User
Tags appium

Recently in the study of Android automation related content, belonging to the small white one, some problems encountered in the study, there are some learning notes through the blog park down ~ because it is to see some web tutorials, so the content is only as a personal note, by the way to some and I like the small white joint learning ~ ~ (because it was installed before, so the process does not have pictures, a bit boring, but step by step, it can be configured successfully ~)

About the installation of Appium:

1. Installation of Appium

Download the Appium installation package and click on the exe file to install it. You need to configure three environment variables at this time: Appium_home=c:\software\android\appium < Installation path >
Path Add paths: C:\software\Android\Appium\node_modules\.bin
C:\software\Android\Appium < "installation path" >

2. Install the Android SDK

① Installing the JDK
Download the JAVA installation package, install and set environment variables: java_hone= (installation directory), path add%java_home%\bin and%java_home%\jre\bin
② Installing the SDK
Download the SDK Tools installation package (zip file)--Unzip to the custom installation directory--run SDK Manger.exe--click Tools, select Options--HTTP Proxy Server:mirro Rs.neusoft.edu.cn/http Proxy port:80/tick Force https://... (Others not checked)-Download platform-tools and Build-tools-download an API
Set Environment variables: android_home= (SDK installation directory), path add Platform-tools directory and tools directory

3. Installing Appium-python-client

Download the Appium-python-client package and enter it on the cmd command line: Python setup.py install.

4. Installing Selenium

Also download the Selenium package and enter it on the cmd command line: Python setup.py install.

5. Installing Pycharm

If you do not have a Python language environment, you will need to install the Python environment before installing pycharm

Finally, check if the Appium environment is configured successfully, and in the cmd command window, enter: Appium-doctor

See such a hint is Appium installation configuration Success ~

Appium Installation Notes

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.