Tools - Android Sdk

sdkmanager --list | Feature | Legacy SDK Tools | Current Command-Line Tools | | :--- | :--- | :--- | | Main binary | android | sdkmanager | | ddms included | Yes | No (use Android Studio profiler) | | ant builds | Yes | No (use Gradle) | | Proguard | Yes | No (use R8 via Gradle) |

Use the Command-Line Tools unless you are maintaining a legacy system that specifically requires the old android command. android sdk tools

sdkmanager "build-tools;33.0.2"

Here is the content of the (now largely superseded by Command-Line Tools in modern Android Studio setups). sdkmanager --list | Feature | Legacy SDK Tools