I rarely do something for Android so I\'m a bit confused. While back there were two type of installations - Android Studio and just Android SDK. I have IDEA so I don\'t need
Since Android released build tools 25.3.0, they removed android CLI command and replaced it with avdmanager and sdkmanager located inside your $ANDROID_HOME/bin/tools
Run this command to get a list of available packages in sdk-style path:
sdkmanager --list
Run this command to install a specific image: sdkmanager --verbose "system-images;android-19;google_apis;x86"