Skip to content

Commit c535e07

Browse files
Use cmdline-tools;latest instead of hardcoded version (#42)
Supersedes #42. The JDK 21 update was already applied in a prior commit. This change uses 'latest' for cmdline-tools per @jonathanpeppers' review suggestion, so it won't go stale as new versions are released. Co-authored-by: Jonathan Peppers <jonathan.peppers@microsoft.com>
1 parent c19c8c6 commit c535e07

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/android/getting-started/installation/dependencies.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ You might find it necessary to install the Android SDK manually:
8686
For example, to install the latest platform and platform tools, use:
8787
8888
```console
89-
sdkmanager "platforms;android-34" "platform-tools" "build-tools;34.0.0" "emulator" "system-images;android-34;default;x86_64" "cmdline-tools;11.0" --sdk_root=c:\android-sdk
89+
sdkmanager "platforms;android-34" "platform-tools" "build-tools;34.0.0" "emulator" "system-images;android-34;default;x86_64" "cmdline-tools;latest" --sdk_root=c:\android-sdk
9090
```
9191

9292
Note that double-quotes should be used liberally to enclose the semicolon `;`, which is part of the component names.

0 commit comments

Comments
 (0)