Install Sdk Android
adb --version
Then, in bold, black text, the words appeared: install sdk android
Installing the Android SDK is most commonly done by installing Android Studio , which includes a setup wizard to handle the initial configuration. If you only need the command-line tools, you can install the SDK manually. Option 1: Using Android Studio (Recommended) This is the easiest method and is the official recommendation for developers. Download Android Studio adb --version Then, in bold, black text, the
The first launch will automatically install the latest Android SDK along with essential components. adb --version Then
If you see version information, the SDK is correctly installed.
To run commands like adb or sdkmanager from any terminal window, you must configure your system's Environment Variables. For Windows:

