Skip to content

Commit 83ec901

Browse files
committed
addressing linting issue
1 parent c865078 commit 83ec901

File tree

1 file changed

+2
-2
lines changed
  • recipes/inference/mobile_inference/android_inference

1 file changed

+2
-2
lines changed

recipes/inference/mobile_inference/android_inference/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ Make sure rustc, cargo, and rustup are available in $PATH.
4949

5050
## Android Studio
5151

52-
Android Studio [install](https://developer.android.com/studio) with NDK and CMake.
52+
Install Android Studio from <!-- markdown-link-check-disable -->https://developer.android.com/studio<!-- markdown-link-check-enable --> with NDK and CMake.
5353

5454
To install NDK and CMake, in the Android Studio welcome page, click “Projects → SDK Manager → SDK Tools”. Set up the following environment variables:
5555

@@ -69,7 +69,7 @@ This tutorial was tested successfully on Android Studio Hedgehog | 2023.1.1 Patc
6969

7070
JDK, such as OpenJDK >= 17, to compile Java bindings of TVM Unity runtime.
7171

72-
We strongly recommend setting the JAVA_HOME to the JDK bundled with Android Studio. Using Android Studio’s JBR bundle as recommended [here](https://developer.android.com/build/jdks) will reduce the chances of potential errors in JNI compilation.
72+
We strongly recommend setting the JAVA_HOME to the JDK bundled with Android Studio. Using Android Studio’s JBR bundle as recommended (<!-- markdown-link-check-disable -->https://developer.android.com/build/jdks<!-- markdown-link-check-enable -->) will reduce the chances of potential errors in JNI compilation.
7373

7474
For instance on macOS, you'll need to point JAVA_HOME to the following.
7575

0 commit comments

Comments
 (0)