mirror of
https://github.com/android-actions/setup-android
synced 2024-11-22 05:29:34 -08:00
[README.md] Add a note about installed packages
This commit is contained in:
parent
ade8112388
commit
d24156dbc9
1 changed files with 9 additions and 0 deletions
|
@ -38,6 +38,15 @@ steps:
|
||||||
run: ./gradlew --no-daemon build
|
run: ./gradlew --no-daemon build
|
||||||
```
|
```
|
||||||
|
|
||||||
|
## Additional packages
|
||||||
|
By default, sdkmanager installs "tools" and "platform-tools" packages. To install additional packages, call sdkmanager manually:
|
||||||
|
```yaml
|
||||||
|
- name: Setup Android SDK
|
||||||
|
uses: android-actions/setup-android@v3
|
||||||
|
|
||||||
|
- run: sdkmanager "ndk;26.1.10909125" "cmake;3.22.1"
|
||||||
|
```
|
||||||
|
|
||||||
## SDK Version selection
|
## SDK Version selection
|
||||||
|
|
||||||
Command line tools are versioned using two variables - short and long.
|
Command line tools are versioned using two variables - short and long.
|
||||||
|
|
Loading…
Reference in a new issue