Skip to content

Commit

Permalink
dx: update getting-started doc concerning android
Browse files Browse the repository at this point in the history
  • Loading branch information
staltz committed Oct 13, 2023
1 parent a623965 commit a1c99d0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -92,13 +92,13 @@ If your target OS is Android, make sure you have the Android SDK CLI installed l
Then use `sdkmanager` to install these components:

```
sdkmanager 'build-tools;28.0.3' 'cmake;3.6.4111459' 'ndk;21.4.7075529' 'platforms;android-29' 'tools'
sdkmanager 'build-tools;30.0.2' 'cmake;3.6.4111459' 'ndk;24.0.8215888' 'platforms;android-29' 'tools'
```

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!):

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

Expand Down

0 comments on commit a1c99d0

Please sign in to comment.