Android Sdk Tools [new] -

The Android Software Development Kit (SDK) is the toolkit provided by Google to create applications for the Android operating system. While most developers interact with the SDK through Integrated Development Environments (IDEs) like Android Studio, the SDK itself is a collection of separate packages, libraries, and command-line tools.

sdkmanager "build-tools;33.0.2"

This is the "Swiss Army Knife" for developers. It allows you to install apps, pull logs via logcat , and shell into the device to run commands. android sdk tools