You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/Build.md
+1-8Lines changed: 1 addition & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -292,13 +292,6 @@ When building for Android (Linux/macOS), follow these additional steps:
292
292
293
293
1. Launch Android Studio, open **SDK Manager > SDK Tools**, and install Android SDK Build Tools and Android NDK
294
294
295
-
> :bell: Please note the following two points:
296
-
>
297
-
> - While Bazel automatically uses the latest installed Build Tools, versions 31.0.0 and above do not work properly, so you need to uncheck versions 31.0.0 and above.
298
-
> - Since NDK versions r22 and above are not supported, please use NDK version 21.4.7075529 or lower.
299
-
>
300
-
> 
301
-
302
295
1. Set environment variables
303
296
304
297
```sh
@@ -307,7 +300,7 @@ When building for Android (Linux/macOS), follow these additional steps:
307
300
export ANDROID_HOME=/path/to/SDK
308
301
309
302
# Set ANDROID_NDK_HOME
310
-
# This is typically something like `$ANDROID_HOME/ndk/21.4.7075529`
303
+
# This is typically something like `$ANDROID_HOME/ndk/28.2.13676358`
0 commit comments