File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 3
3
![ Build & Test] ( https://github.com/android-actions/setup-android/workflows/Build%20&%20Test/badge.svg )
4
4
5
5
This action sets up the Android SDK tools by:
6
- - Downloading the SDK commandline tools, if the current version (11 .0) is not found in either ` $ANDROID_SDK_ROOT ` or ` $HOME/.android/sdk ` .
6
+ - Downloading the SDK commandline tools, if the current version (16 .0) is not found in either ` $ANDROID_SDK_ROOT ` or ` $HOME/.android/sdk ` .
7
7
- Accepting the SDK licenses.
8
8
- Installing ` tools ` and ` platform-tools ` .
9
- - Adding ` platform-tools ` (contains adb) and ` cmdline-tools/11 .0/bin ` (contains sdkmanager) to ` $PATH ` .
9
+ - Adding ` platform-tools ` (contains adb) and ` cmdline-tools/16 .0/bin ` (contains sdkmanager) to ` $PATH ` .
10
10
- Setting up problem [ matchers] ( /matchers.json ) .
11
11
12
12
On Windows 2016 runners, this action also checks if ` $ANDROID_SDK_ROOT ` path contains spaces.
@@ -61,7 +61,7 @@ Additional packages can be installed at a later time by calling sdkmanager manua
61
61
Command line tools are versioned using two variables - short and long.
62
62
Long one is the build number, used in the zip URL, short one is the human friendly version name.
63
63
64
- By default, setup-android installs version 12266719 (short version 11 .0).
64
+ By default, setup-android installs version 12266719 (short version 16 .0).
65
65
66
66
To install a different version, call setup-android with desired long version as the input parameter `cmdline-tools-version` :
67
67
` ` ` yaml
You can’t perform that action at this time.
0 commit comments