1. Installation of JKD for Java This is not a detail. (1) Installation: Download JDK installation, install the JRE along with the installation process
(2) Environment configuration: In the "My Computer" environment variable, add JAVA system variables, the specific operation is to create a variable named "java_home" variable in the "System variables" area, the value of the JDK is the installation path, such as "c:/java/jdk1.6.0_25"; Java_home is added to the system variable path by editing the open system variable path, adding the code in double quotation marks before the original variable value "%java_home%/bin;", where the semicolon separates and is indispensable.
(3) Detection: Execute javac under CMD, if the installation is successful, CMD will prompt the use of Java
2. Install Appium (1) from the official website http://appium.io/, download the latest package from the official website, in order to avoid the site cannot open, I shared the network disk: Http://pan.baidu.com/s/1jHGHCEE, Also can download from here Node.exe (2) Download the file to open installation, after installation, cmd input "NPM" authentication, if the interface appears, the description succeeds
(3) input in cmd: NPM install-g appium, enter, wait for Appium installation complete
.
From for notes (Wiz)
Android Automation's Appium environment building