aboutsummaryrefslogtreecommitdiffhomepage
path: root/site/user
diff options
context:
space:
mode:
authorGravatar Brian Salomon <bsalomon@google.com>2017-05-26 12:06:21 -0400
committerGravatar Skia Commit-Bot <skia-commit-bot@chromium.org>2017-05-26 18:29:48 +0000
commit96789b31f2bca5e02f512cd273073b5707006990 (patch)
tree149273949b74197f401ca6329b0916bd61f340a0 /site/user
parente28bbcf0f61c91c1a3be7b2cb10f66fe5d3c3627 (diff)
Fix resource and skp paths in Android viewer
Docs-Preview: https://skia.org/?cl=18037 Change-Id: If92e561c6c24de1f51f81477d89b927e10308f13 Reviewed-on: https://skia-review.googlesource.com/18037 Reviewed-by: Derek Sollenberger <djsollen@google.com> Reviewed-by: Yuqian Li <liyuqian@google.com> Commit-Queue: Brian Salomon <bsalomon@google.com>
Diffstat (limited to 'site/user')
-rw-r--r--site/user/sample/viewer.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/site/user/sample/viewer.md b/site/user/sample/viewer.md
index 66330ebf34..4a381830d6 100644
--- a/site/user/sample/viewer.md
+++ b/site/user/sample/viewer.md
@@ -30,6 +30,8 @@ The Viewer APK must be built by gradle which can be invoked on the command line
Upon completion of the script the APK can be found at <out_dir>/viewer.apk
+To load SKPs in the Android viewer place them in /data/local/tmp/skps.
+
iOS
---
The viewer is currently not supported on iOS.