1, first Appium installation, all the way next installation, click Appium.exe when prompted to install. netframwork4.5, after the installation is complete, in the DOS window input: appium, there will be a appium window pops up.
2. JDK Environment Deployment
Install the JDK first, configure the environment variable Java_home after the installation is complete; C:\Program files\java\jdk1.7.0_71
Path:%java_home%\bin
To see if the JDK is configured successfully: Java-version
3. SDK Environment Setup
First unpack the SDK, here the landlord uses: ADT-BUNDLE-WINDOWS-SDK compression package, first extract it to the D packing directory, and renamed as: ADT-BUNDLE-WINDOWS-SDK
Configure environment variables after: Android_home SDK path: D:\ADT-BUNDLE-WINDOWS-SDK/SDK
Path%android_home%\tools;%android_home%\platform-tools;
Configure the correct input adb has command output, no error
4, appium environment variable configuration
First configure the installation path of the appium_home:appium as shown;
After the DOS window input appium-doctor to detect whether the environment is configured successfully, as shown in:
If you are prompted: Appium-doctor is not an internal or external command, or is not a running program, don't panic, just add the path to path, as shown in:
Appium Automated Test Environment Deployment Chapter