0

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?

2 Answers2

3

To install Android SDK Tools 25.1.7

  1. Start Android Studio
  2. Open the SDK Manager: click Tools > Android > SDK Manager or click SDK Manager in the toolbar.
  3. In the SDK Tools tab, select Android SDK Tools 25.1.7 by clicking the check box so it shows a checkmark
  4. 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