Skip to content

Commit

Permalink
[Doc] Updated SDK to 26 and NDK to 23.2.8568313 (#26457)
Browse files Browse the repository at this point in the history
Co-authored-by: Andrei Litvin <andy314@gmail.com>
  • Loading branch information
2 people authored and pull[bot] committed Jan 10, 2024
1 parent 5db0434 commit 1256271
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/guides/android_building.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ directory.

## Requirements for building

You need Android SDK 21 & NDK 23.2.8568313 downloaded to your machine. Set the
You need Android SDK 26 & NDK 23.2.8568313 downloaded to your machine. Set the
`$ANDROID_HOME` environment variable to where the SDK is downloaded and the
`$ANDROID_NDK_HOME` environment variable to point to where the NDK package is
downloaded. The build also requires `kotlinc` to be in your `$PATH`.
Expand All @@ -57,9 +57,9 @@ downloaded. The build also requires `kotlinc` to be in your `$PATH`.
1. Tools -> SDK Manager -> SDK Tools Tab -> Android SDK Command Line Tools
(latest)
2. Apply
4. Install SDK 21:
1. Tools -> SDK Manager -> SDK Platforms Tab -> Android 5.0 (Lollipop) SDK
Level 21
4. Install SDK 26:
1. Tools -> SDK Manager -> SDK Platforms Tab -> Android 8.0 (Oreo) SDK Level
26
2. Apply
5. Install Emulator:
1. Tools -> Device Manager -> Create device -> Pixel 5 -> Android S API 31
Expand Down

0 comments on commit 1256271

Please sign in to comment.