Android SDK Command-Line Tools release notes
Stay organized with collections
Save and categorize content based on your preferences.
The Android SDK Command-Line Tools package
contains various tools for building and debugging Android apps. It is
released concurrently with Android Studio and is installed in the
android_sdk/cmdline-tools/version/bin/
directory.
For a complete description of the tools included in this package, see
Command line tools
in the user guide.
To install the latest version, check the
SDK Manager for updates.
Alternatively, you can download the latest stable version
directly.
In Android Studio, the latest
version available in the SDK Manager dialog depends on which update channel
you've selected. To use a preview version of this package,
set your update channel
to either Beta or Canary.
To update using sdkmanager
from the command line, use either of the following:
// Beta channel
sdkmanager 'cmdline-tools;latest' --channel=1
// Canary channel
sdkmanager 'cmdline-tools;latest' --channel=3
Updated in December 2020.
Updated in December 2020. Adds the retrace
tool.
Released in July 2020.
Released in June 2020.
Released in May 2020.
Released in February 2020.
Content and code samples on this page are subject to the licenses described in the Content License. Java and OpenJDK are trademarks or registered trademarks of Oracle and/or its affiliates.
Last updated 2023-04-12 UTC.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2023-04-12 UTC."],[],[],null,["# Android SDK Command-Line Tools release notes\n\nThe Android SDK Command-Line Tools package\ncontains various tools for building and debugging Android apps. It is\nreleased concurrently with Android Studio and is installed in the\n\u003cvar translate=\"no\"\u003eandroid_sdk\u003c/var\u003e`/cmdline-tools/`\u003cvar translate=\"no\"\u003eversion\u003c/var\u003e`/bin/`\ndirectory.\n\nFor a complete description of the tools included in this package, see\n[Command line tools](/studio/command-line#tools-sdk)\nin the user guide.\n\nTo install the latest version, check the\n[SDK Manager](/studio/intro/update#sdk-manager) for updates.\nAlternatively, you can [download the latest stable version](/studio#command-tools)\ndirectly.\n\nIn Android Studio, the latest\nversion available in the SDK Manager dialog depends on which update channel\nyou've selected. To use a preview version of this package,\n[set your update channel](/studio/preview/install-preview#change_your_update_channel)\nto either Beta or Canary.\n\nTo update using `sdkmanager` from the command line, use either of the following: \n\n // Beta channel\n sdkmanager 'cmdline-tools;latest' --channel=1\n\n // Canary channel\n sdkmanager 'cmdline-tools;latest' --channel=3\n\n| **Note:** The Android SDK Command-Line Tools package replaces the deprecated [SDK Tools](/studio/releases/sdk-tools) package. For information about the deprecated SDK Tools package, see the [Android SDK Tools release notes](/studio/releases/sdk-tools).\n\nAndroid SDK Command-Line Tools 5.0 (canary)\n-------------------------------------------\n\nUpdated in December 2020.\n\nAndroid SDK Command-Line Tools 4.0 (beta)\n-----------------------------------------\n\nUpdated in December 2020. Adds the [`retrace`](/studio/command-line/retrace)\ntool.\n\nAndroid SDK Command-Line Tools 3.0\n----------------------------------\n\nReleased in July 2020.\n\nAndroid SDK Command-Line Tools 2.1\n----------------------------------\n\nReleased in June 2020.\n\nAndroid SDK Command-Line Tools 2.0\n----------------------------------\n\nReleased in May 2020.\n\nAndroid SDK Command-Line Tools 1.0\n----------------------------------\n\nReleased in February 2020."]]