Skip to content

Commit 2c65e94

Browse files
authored
Update 2-build-onnxruntime.md
1 parent ed57a2c commit 2c65e94

File tree

1 file changed

+1
-1
lines changed
  • content/learning-paths/mobile-graphics-and-gaming/build-android-chat-app-using-onnxruntime

1 file changed

+1
-1
lines changed

content/learning-paths/mobile-graphics-and-gaming/build-android-chat-app-using-onnxruntime/2-build-onnxruntime.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ You might be able to use a later commit. These steps have been tested with the c
3030

3131
### Build for Android CPU
3232

33-
You use the Ninja generator to build on Windows for Android. First, set JAVA_HOME to the path to your JDK install. ONNX Runtime compiles well with JDK 17. If you face issuses with compilation it would be a good time to check the JDK version.
33+
You use the Ninja generator to build on Windows for Android. First, set JAVA_HOME to the path to your JDK install. ONNX Runtime compiles well with JDK 17. If you face issuses with compilation please check your JDK version.
3434

3535
```bash
3636
$env:JAVA_HOME="C:\Program Files\Microsoft\jdk-17.0.16.8-hotspot\"

0 commit comments

Comments
 (0)