1.JAVA Environment configuration:
1.1 Installing the JDK;
1.2 Configuring Java_home, path configuration, Java authentication
Path: input C:\Program files\java\jdk1.8.0_121\bin;c:\program Files\java\jre1.8.0_121\bin
CLASSPATH (Java Load Class): input
C:\Program Files\java\jdk1.8.0_121\lib.jar; C:\Program Files\java\jdk1.8.0_121\lib\tools.jar
Validation: input java-version; results
2.Android Environment Configuration
Download Unzip adt-bundle-windows-x86_64-20140702 (for example)
Android_home Configuration: D:\ADT-BUNDLE-WINDOWS-X86_64-20140702\SDK
Path joins%android_home%\platform-tools;%android_home%\tools
Validation:adb devices;
3.Appium related components safety loading and unloading
Install node. js C:\Program files\nodejs\ (Installation successfully adds environment variables automatically)
Verification: Node-v
Installing the. NET framework4.5
Installing the Appium Service
Mode 1: Perform npm-registry http://registry.cnpmjs.org install-g install
Way 2:NPM install-g Appium;
Mode 3: Graphical interface installation
Appium Service installation verification appium-doctor; It is important to note that if you are installing through the installation package, you must switch to D:\Appium\node_modules\.bin (my installation in the D-disk) directory when you use the Appium-doctor command;
Appium service start (dot Red dot circle section):
4.Appium Start a successful instance demo (appears to indicate success)
Appium Foundation II: Installation of Appium (base windows)