Appium Installation and Construction Q&a
Q1: Installation failed when installing testng plug-in online, Tip: Cannot complete the install because one or more required items could is found.
A: In the installation to see a lot of articles on the internet said that the direct next can be installed successfully, but the actual operation will appear to fail, I also failed to install, the second option is not checked when installing again: TestNG m2e Integration (Optional), easy installation success And another solution is to download the package by itself and install it offline;
Q2: When installing Maven online, after the installation succeeds in the command doc input: MVN-V tip: Not internal command
A: The prompt is not an internal command like this when the correct command is entered in the Doc window, generally because the environment is not configured , and Manven online installation after the successful need to download the Apache-mavne-3.3.9-bin file, and then extract to their own computer, and then configure the environment variables: System variables: maven_home = g:\ Adt-bundle-windows-x86-20131030\apache-maven-3.3.9-bin\apache-maven-3.3.9\bin (this address is the extracted file address of the bin file);
System variables: Path =;%maven_home%\bin; then enter Mvn-v in the Doc window to successfully query the MAVEN version number
Q3:appium The Doc window enters appium-doctor when the installation is successful: not an internal command
A: This prompt appears, also because Appium environment is not configured, after installing the Appium, find Appium node_modules bin path, silent installation is generally in: C:\Program files\appium\node_modules \.bin, configure this path in the environment variable path, remember to add: And then requery appium-doctor can be found: Running Android Checks and all Checks were successful.
Appium Installation and Construction Q&a