Let's play a little bit. The tools we need to use
- Bin package An installation directory that can be installed without the direct call to ADB command
- Android SDK
- Platform Tools
The following is a brief introduction, the role of 1th and 2nd, 3 is consistent
The need of small partners can send mail to [email protected], small series will mail to you. No installation required, no environment to configure, open command line to use directly
: SDK
Swipe down on the home page, find SDK tools, select EXE install package, download
While installing the SDK, you can choose the installation location when you choose it, but remember where it is installed.
At the last step, the start SDK Manager cancels the check, does not use, naturally does not install
View the contents of the installation
- Installing Platform Tools
Continue looking in the page above, find platform tools, download the ZIP package
Unzip the download and put it in the directory of the SDK you just finished.
- Configuring Environment variables
All of you should be friends who have configured the Java environment, how to find the system environment variables do not say.
After the path variable, add the paths to the two platforms and Platform-tools
What I added was: d:\android\android-sdk\platforms;d:\android\android-sdk\platform-tools
It is important to note that each path is separated by a semicolon in English;
If you don't have a path variable, just create a new one.
Check: Open the command line and enter ADB. The following interface appears for the installation to succeed.
If the following occurs, your ADB installation error or the path configuration error.
First switch the command line to the Platform-tools directory, execute the ADB command, the following interface appears, the path error, please install the above steps check, reconfigure
If there is still an error, then reinstall the SDK Platform-tools
"App problem Locator (iii)" ADB installation