first record the Appium deployment process, lest later reinstall the computer and forget to look again.
1. install node. JS, configure environment variables (automatically add when installed, if not, manual modification required)
2. Install JDK, configure environment variables
3, installation Appium
4, installation framework4.0
5. Configure environment variables: global variable path plus
%android_home%\platform-tools;%android_home%\tools; C:\ProgramFiles (x86) \appium\node_modules\.bin\
6. Unzip the Android SDK Managerand download the relevant ARM. Agent fill this out:mirrors.neusoft.edu.cn,
7. AVD Manager start simulator (slow and card, don't want to use it again)
8, install genymotion,virtualBox. Reboot into BIOS after installation --Advance--CPU Setup-- The Intervirtualtechnology is set to ENABLED.
When you are finished installing the emulator, you are prompted: Unable to load R3 module C:\Program files\oracle\virtualbox/vboxdd.dll (VBOXDD):
Fix The files inside the system32 themeservice.dll,themeui.dll,uxtheme.dll
9, after the repair can open VirtualBox, but do not open the simulator, check a bit, the new version virtualBox problem too much, or replace VirtualBox4.1.2 version, and finally opened the simulator.
10. Install the genymotion plugin in Eclipse and put these two files
plugins on the Eclipse directory
11. Put this file
put in Eclipse directory features , open eclipse, one more task
12, click on this icon, error
Genymotion missing a reg.exe thing, download reg.exe in genymotion directory, restart Eclipse can.
13, install TestNG, put TestNG offline package into eclipse directory plugins , Restart Eclipse, open Windows--showviews-- Others-java folder One more TestNG proves the installation was successful.
Appium Deployment Records