Skip to content

Commit a1c99d0

Browse files
committed
dx: update getting-started doc concerning android
1 parent a623965 commit a1c99d0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/getting-started.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -92,13 +92,13 @@ If your target OS is Android, make sure you have the Android SDK CLI installed l
9292
Then use `sdkmanager` to install these components:
9393

9494
```
95-
sdkmanager 'build-tools;28.0.3' 'cmake;3.6.4111459' 'ndk;21.4.7075529' 'platforms;android-29' 'tools'
95+
sdkmanager 'build-tools;30.0.2' 'cmake;3.6.4111459' 'ndk;24.0.8215888' 'platforms;android-29' 'tools'
9696
```
9797

9898
You should also create the file `local.properties` in the `android` folder of this project, and set the contents of the file to this (note that you copy-pasting is not going to work!):
9999

100100
```
101-
ndk.dir=/path/to/your/android/sdk/ndk/21.4.7075529
101+
ndk.dir=/path/to/your/android/sdk/ndk/24.0.8215888
102102
```
103103
set the environment variable NDK_PLATFORM to "android-21" in the shell rc file.
104104

0 commit comments

Comments
 (0)