Skip to content

Commit 196ec30

Browse files
authored
[doc] Update Android NDK requirements (#51)
1 parent 7b9f5a8 commit 196ec30

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

docs/android.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,9 @@
22

33
### Pre-requisites
44

5-
Install platform-tools and ndk from [Android Studio](https://developer.android.com/studio) or [command line tools](https://developer.android.com/studio#command-line-tools-only). Please make sure that `adb` can be found in PATH and set `NDK_HOME`.
5+
Install platform-tools and ndk (verified with version 26.1) from [Android Studio](https://developer.android.com/studio) or [command line tools](https://developer.android.com/studio#command-line-tools-only). Please make sure that `adb` can be found in PATH and set `NDK_HOME`.
6+
7+
> Using verified NDK version is recommended. TVM has stringent requirements for Clang that comes with the NDK. If you opt for Option.2 or Option.3, we recommend using Clang version 17 shipped with NDK version 26.
68
79
For example, in my PC:
810

0 commit comments

Comments
 (0)