Skip to content

Commit 75ffae7

Browse files
authored
Merge branch 'main' into migrate-cadence
2 parents 57c487e + ed718a8 commit 75ffae7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

examples/demo-apps/android/LlamaDemo/docs/delegates/xnnpack_README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -183,6 +183,7 @@ If you need to use other dependencies (like tokenizer), please build from the lo
183183
### Alternative 2: Command line
184184
Without Android Studio UI, we can run gradle directly to build the app. We need to set up the Android SDK path and invoke gradle.
185185
```
186+
export ANDROID_SDK=<path_to_android_sdk_home>
186187
export ANDROID_HOME=<path_to_android_sdk_home>
187188
pushd examples/demo-apps/android/LlamaDemo
188189
./gradlew :app:installDebug

0 commit comments

Comments
 (0)