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

Unified Diff: tools/android/README_android_tools.txt

Issue 1841863002: Update monet. (Closed) Base URL: https://github.com/domokit/monet.git@master
Patch Set: Created 4 years, 9 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 | « tools/android/OWNERS ('k') | tools/android/VERSION_LINUX_NDK » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/android/README_android_tools.txt
diff --git a/tools/android/README_android_tools.txt b/tools/android/README_android_tools.txt
new file mode 100644
index 0000000000000000000000000000000000000000..b4898611d7f0cb23d305fba1277bf543f0d8231c
--- /dev/null
+++ b/tools/android/README_android_tools.txt
@@ -0,0 +1,47 @@
+* How to update Android SDK for Linux/Mac OS X on GCS
+
+1. Run Android SDK Manager and update packages
+
+ $ third_party/android_tools/sdk/tools/android update sdk
+
+2. Choose/Update packages
+
+ The following packages are currently installed:
+
+ - Android SDK Tools 24.4.1
+ - Android SDK platform-tools 23.0.1
+ - Android SDK Build-tools 23.0.1
+ - Android 6.0 (API 23)
+ - SDK Platform 23
+ - Extras
+ - Android Support Library 23.1
+ - Google Play services 27
+
+3. Run upload_android_tools.py -t sdk
+
+ $ tools/android/upload_android_tools.py -t sdk
+
+----------------------------------------------------------------------
+* How to update Android NDK for Linux/Mac OS X on GCS
+
+1. Download a new NDK binary (e.g. android-ndk-r10e-linux-x86_64.bin)
+2. cd third_party/android_tools
+
+ $ cd third_party/android_tools
+
+3. Remove the old ndk directory
+
+ $ rm -rf ndk
+
+4. Run the new NDK binary file
+
+ $ ./android-ndk-r10e-linux-x86_64.bin
+
+5. Rename the extracted directory to ndk
+
+ $ mv android-ndk-r10e ndk
+
+6. Run upload_android_tools.py -t ndk
+
+ $ cd ../..
+ $ tools/android/upload_android_tools.py -t ndk
« no previous file with comments | « tools/android/OWNERS ('k') | tools/android/VERSION_LINUX_NDK » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698