aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorGravatar liyuqian <liyuqian@google.com>2016-04-25 13:15:37 -0700
committerGravatar Commit bot <commit-bot@chromium.org>2016-04-25 13:15:37 -0700
commit8528912215f0b117ade2731c1e3158895e3bacb5 (patch)
tree95300265ca1dfd0a063189344c545df5d79cfb74
parent5c4685e0b0eb975939eba9c7a5048f0bab30b163 (diff)
Improve Android Quick Start Guide
-rw-r--r--site/user/quick/android.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/site/user/quick/android.md b/site/user/quick/android.md
index bffde08b81..7ab2639d31 100644
--- a/site/user/quick/android.md
+++ b/site/user/quick/android.md
@@ -42,6 +42,11 @@ KitKat) which will be used to build the Skia SampleApp. You can download as
many other Android add-ons or APIs as you want, but you only are required to
have this one in order to complete the Skia build process.
+Also, please make sure that Android SDK Build-tools 22.0.1 is installed. You can
+do that using Android SDK Manager `$ANDROID_SDK_ROOT/tools/android`. In Android
+Studio, it can be opened by clicking the Launch Standalone SDK Manager link in
+Tools > Android > SDK Manger.
+
Setup Environment for Android
-----------------------------