2.3.9
Will now look up Android command-line tools (sdmanager, avdmanager) and emulator on more paths.
Using the value of ANDROID_SDK_ROOT
environment variable to locate Android SDK, in case ANDROID_HOME
is unset.
Will now look for command-line tools under ANDROID_SDK_ROOT/cmdline-tools/VERSION/bin, where VERSION can be latest
or a fixed version like 4.0
. (The previous location under ANDROID_SDK_ROOT/tools/bin is used as a fallback.)