diff --git a/examples/demo-apps/android/LlamaDemo/docs/delegates/xnnpack_README.md b/examples/demo-apps/android/LlamaDemo/docs/delegates/xnnpack_README.md index 7f1ee6df374..7026b84697e 100644 --- a/examples/demo-apps/android/LlamaDemo/docs/delegates/xnnpack_README.md +++ b/examples/demo-apps/android/LlamaDemo/docs/delegates/xnnpack_README.md @@ -183,6 +183,7 @@ If you need to use other dependencies (like tokenizer), please build from the lo ### Alternative 2: Command line 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. ``` +export ANDROID_SDK= export ANDROID_HOME= pushd examples/demo-apps/android/LlamaDemo ./gradlew :app:installDebug