diff options
Diffstat (limited to 'site')
-rw-r--r-- | site/user/sample/viewer.md | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/site/user/sample/viewer.md b/site/user/sample/viewer.md index 4a381830d6..0f47b9872d 100644 --- a/site/user/sample/viewer.md +++ b/site/user/sample/viewer.md @@ -26,7 +26,8 @@ The Viewer APK must be built by gradle which can be invoked on the command line ./platform_tools/android/bin/android_build_app -C <out_dir> viewer -* **out_dir** is the ninja out directory that you want to use to build the app +* **out_dir** is the ninja out directory for android (e.g., `out/arm64`) that you want to use to +build the app Upon completion of the script the APK can be found at <out_dir>/viewer.apk |