Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(333)

Unified Diff: site/user/quick/android.md

Issue 2084763003: Remove check for cmake in android make script and update android setup docs. (Closed) Base URL: https://skia.googlesource.com/skia@master
Patch Set: Created 4 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « platform_tools/android/bin/android_setup.sh ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: site/user/quick/android.md
diff --git a/site/user/quick/android.md b/site/user/quick/android.md
index 01c568fba5d4b1c9c2266e8470e27489d27ca49a..53e7139215576be5f2409d8045cb16f8f24225d8 100644
--- a/site/user/quick/android.md
+++ b/site/user/quick/android.md
@@ -34,18 +34,19 @@ where you installed the SDK and run the following commands
# You may want to add this export to your shell's .bash_profile or .profile
export ANDROID_SDK_ROOT=/path/to/android/sdk
- $ ANDROID_SDK_ROOT/tools/android update sdk --no-ui --filter android-19
+ $ANDROID_SDK_ROOT/tools/android update sdk --no-ui --filter android-19
+ $ANDROID_SDK_ROOT/tools/android update sdk --no-ui --filter android-23
+ $ANDROID_SDK_ROOT/tools/android update sdk -a -u -t 8
From here you will need to type 'y' to approve the license agreement and that
-is all. You will then have downloaded the SDK for API level 19 (Android 4.4
-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.
+is all. You will then have downloaded the SDK for API level 19 and 23(Android 4.4
+KitKat and Android 6.0 Marshmallow) 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 these two in order to complete the Skia build process.
+
+The last line in the script installs Android SDK Build-tools 22.0.1.
+Alternatively you can download the above packages with Android Studio, by clicking
+the Launch Standalone SDK Manager link in Tools > Android > SDK Manger.
Setup Environment for Android
-----------------------------
« no previous file with comments | « platform_tools/android/bin/android_setup.sh ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698