Skip to content

Commit

Permalink
[README.md] Add a note about installed packages
Browse files Browse the repository at this point in the history
  • Loading branch information
ViliusSutkus89 committed Nov 21, 2023
1 parent ade8112 commit d24156d
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,15 @@ steps:
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
Command line tools are versioned using two variables - short and long.
Expand Down

0 comments on commit d24156d

Please sign in to comment.