Skip to content

Commit 33262e1

Browse files
authored
Update 6-Build-Android-Chat-App.md
1 parent f9a3842 commit 33262e1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

content/learning-paths/smartphones-and-mobile/Build-Llama3-Chat-Android-App-Using-Executorch-And-XNNPACK/6-Build-Android-Chat-App.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ You can use the Android demo application included in ExecuTorch repository [Llam
1616
2. Set the following environment variables:
1717

1818
``` bash
19-
export ANDROID_NDK=~/Library/Android/sdk/ndk/27.0.12077973
19+
export ANDROID_NDK=$ANDROID_HOME/ndk/28.0.12433566/
2020
export ANDROID_ABI=arm64-v8a
2121
```
2222

@@ -42,7 +42,7 @@ You can use the Android demo application included in ExecuTorch repository [Llam
4242
```
4343

4444
{{% notice Note %}}
45-
This is running the shell script setup.sh which configures and builds the required core ExecuTorch, Llama 2, and Android libraries.
45+
This is running the shell script setup.sh which configures and builds the required core ExecuTorch, Llama, and Android libraries.
4646
{{% /notice %}}
4747

4848
## Getting models

0 commit comments

Comments
 (0)