Skip to content

Commit c3b3df6

Browse files
authored
Merge pull request #2716 from pareenaverma/content_review
Set ANDROID_SDK environment variable in instructions
2 parents c6a57b2 + d542668 commit c3b3df6

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

  • content/learning-paths/mobile-graphics-and-gaming/build-llama3-chat-android-app-using-executorch-and-xnnpack

content/learning-paths/mobile-graphics-and-gaming/build-llama3-chat-android-app-using-executorch-and-xnnpack/6-build-android-chat-app.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ In this section, you will use a Android demo application to demonstrate local in
1717
``` bash
1818
export ANDROID_NDK=$ANDROID_HOME/ndk/29.0.14206865/
1919
export ANDROID_ABI=arm64-v8a
20+
export ANDROID_SDK=$ANDROID_HOME
2021
```
2122

2223
{{% notice Note %}}

0 commit comments

Comments
 (0)