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

Side by Side 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, 8 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 unified diff | Download patch
« no previous file with comments | « tools/android/OWNERS ('k') | tools/android/VERSION_LINUX_NDK » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 * How to update Android SDK for Linux/Mac OS X on GCS
2
3 1. Run Android SDK Manager and update packages
4
5 $ third_party/android_tools/sdk/tools/android update sdk
6
7 2. Choose/Update packages
8
9 The following packages are currently installed:
10
11 - Android SDK Tools 24.4.1
12 - Android SDK platform-tools 23.0.1
13 - Android SDK Build-tools 23.0.1
14 - Android 6.0 (API 23)
15 - SDK Platform 23
16 - Extras
17 - Android Support Library 23.1
18 - Google Play services 27
19
20 3. Run upload_android_tools.py -t sdk
21
22 $ tools/android/upload_android_tools.py -t sdk
23
24 ----------------------------------------------------------------------
25 * How to update Android NDK for Linux/Mac OS X on GCS
26
27 1. Download a new NDK binary (e.g. android-ndk-r10e-linux-x86_64.bin)
28 2. cd third_party/android_tools
29
30 $ cd third_party/android_tools
31
32 3. Remove the old ndk directory
33
34 $ rm -rf ndk
35
36 4. Run the new NDK binary file
37
38 $ ./android-ndk-r10e-linux-x86_64.bin
39
40 5. Rename the extracted directory to ndk
41
42 $ mv android-ndk-r10e ndk
43
44 6. Run upload_android_tools.py -t ndk
45
46 $ cd ../..
47 $ tools/android/upload_android_tools.py -t ndk
OLDNEW
« 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