Skip to content

2.3.9

Compare
Choose a tag to compare
@lpusok lpusok released this 24 Jun 13:50
· 18 commits to master since this release
6ed845c

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.)