1. Install node. js
Description: Installing node. js is for NPM to be able to use it, and it is easy to install the package it contains using NPM install, which Appium server writes with node. JS: https://nodejs.org/en/default installation, node. JS is automatically added to the environment variable path, and if path is not added, manually addTo see if the installation was successful: cmd using Node-v view version
2. Install the Android SDK packageDescription: The SDK is a software development kit for Android. : http://android-sdk.en.softonic.com/, or direct download and installation directly from the App Store(But the official website in my here because of network and other reasons cannot open official website, can use this link to download: http://www.androiddevtools.cn/)Configure environment Variables for Android:Add an environment variable of android_home with a value of ANDROID-SDK installation pathPath added:%android_home%\platform-tools;%android_home%\tools; 3. Installing the Java JDK: http://www.oracle.com/technetwork/java/javase/downloads/index-jsp-138363.htmlConfiguring environment Variables for Java 4. Installing Appiuminstall using the command: NPM install-g appiumor download it on GitHub to install https://github.com/appium/appium/releasesor download it directly: https://bitbucket.org/appium/appium.app/downloads/Configure Appium environment variable, add Appium installation path in path, my is D:\software\Appiumenter appium-v in CMD to see if the installation was successful 5. Installing Appium clientDescription: Appium client encapsulates Webdriver's method rewrite, supports multiple languages such as Python,java,ruby, and needs to download the corresponding version of the scripting language you want: http://appium.io/downloads.htmlPython installation method, after extracting the downloaded file, cmd into the installation package path, Python setup.py install installation
Windows Build Appium (Android version)