-
Create a new directory on disk for Android SDK. Like
c:/android-sdk
. -
Unpack the command-line tools under
cmdline-tools
subdirectory of your chosen Android SDK directory. -
Move all the
cmdline-tools
contents under additional subdirectorylatest
. -
If effect you should have a file like
c:/android-sdk/cmdline-tools/latest/bin/sdkmanager
. (with additional extension.bat
on Windows).