Search code examples
androidadb

Android SDK Tools not installed


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?


Solution

  • 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.