I installed android studio to get adb. In setup wizard there was a message saying "The following SDK component was not installed: Android SDK Tools 25.1.7". And I think this is exactly what I need. What should I do?
Asked
Active
Viewed 8,150 times
0
-
What operating system? – m_callens Jun 27 '16 at 19:01
-
Open the SDK Manager and install them? – OneCricketeer Jun 27 '16 at 19:06
-
You need to add the tools on system variables – Lucas Queiroz Ribeiro Jun 27 '16 at 19:16
-
Third time did it... – Jun 27 '16 at 19:34
-
The Variables already are in system ? Try open a console in some place and run ADB devices – Lucas Queiroz Ribeiro Jun 27 '16 at 19:39
2 Answers
3
To install Android SDK Tools 25.1.7
- Start Android Studio
- Open the SDK Manager: click Tools > Android > SDK Manager or click SDK Manager in the toolbar.
- In the SDK Tools tab, select Android SDK Tools 25.1.7 by clicking the check box so it shows a checkmark
- To update the selected packages, click on OK
See more information here.

Clive Seebregts
- 2,004
- 14
- 18
1
Run the setup wizard again as the administrator (or use sudo) and it should work. If not, check your firewall and proxy.
For more information, check out this post.

Community
- 1
- 1

Charles Li
- 1,835
- 3
- 24
- 40