Appium+python Environment Construction

Source: Internet
Author: User
Tags appium

The tools you need:

1, python3.6:https://www.python.org/downloads/installation process will automatically configure the environment variables (as if there is an add path, to check, installation should pay attention to look at), no manual configuration, but after the installation can be manually checked;

After the installation is complete, go to Dos to check whether the installation is complete,

Indicates that the installation is complete

2, Appium-python-client: After the installation of Python, the Appium client can be installed directly under Windows DOS with the PIP command, the command is as follows:

Installation Complete

3. JDK 1.8:http://www.oracle.com/technetwork/cn/java/javase/downloads/jdk8-downloads-2133151-zhs.html

After downloading the installation, configure the following three variables, in the computer right-click Properties, advanced system settings, environment variables set

After the configuration is complete, check whether it is configured: Enter Java-version under DOS

Indicates a successful configuration!

4, android-sdk_r24.3.4-windows:http://tools.android-studio.org/index.php/sdk/

After you open the SDK manage, you may not be able to start up. This may be because your JDK and JRE are not configured properly.

After the JDK has been configured: Reboot is OK:

Configure environment variables after installation: needs to be configured according to its own path

Android_home:d:\installs\android-sdk_r24.4.1-windows\android-sdk-windows;

Path:%android_home%/tools;%android_home%/platform-tools;

Once configured, you can successfully run the ADB command again under DOS. adb command and%android_home%/platform-tools;

5, node.js:node-v4.4.7-x64:https://nodejs.org/en/download/

After download all the way to the idiot installation, after the installation is complete, run cmd, enter node–v to view the version number, and then enter NPM

3. A message appears indicating that node. JS installation was successful. NPM is a node package management and Distribution tool, with NPM, you can enter instructions to install Appium Online (open cmd input: npm install–g Appium But generally not recommended, download is slow, so use the following client installation)

6, Appium:1.4.13.1:appium server: http://www.pc0359.cn/downinfo/58378.html

Double-click the installation, directly select next to complete the installation, after the installation is complete:

Generate desktop icons

After the A.appium is installed, locate the file directory D:\appium\Appium\node_modules\.bin

B. Add the above address to the environment variable under path

C. Punch, input appium-doctor, check the environment is OK, prompt, because to this step my SDK has not been installed, you must first install the SDK;

If it's loaded, you'll be prompted:

Now it's done, haha haha; the first shipment of gas is good.
Reference: http://www.cnblogs.com/yoyoketang/p/6128725.html

Http://www.cnblogs.com/yoyoketang/p/6128730.html

Appium+python Environment Construction

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.