mirror of
https://gitea.com/actions/setup-android.git
synced 2025-12-11 19:06:56 +00:00
[README.md] Add a note about installed packages
This commit is contained in:
@@ -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.
|
||||||
|
|||||||
Reference in New Issue
Block a user