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

Side by Side Diff: docs/android_build_instructions.md

Issue 2642833005: Android: Update android studio docs (Closed)
Patch Set: Created 3 years, 11 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 | « no previous file | docs/android_studio.md » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Checking out and building Chromium for Android 1 # Checking out and building Chromium for Android
2 2
3 There are instructions for other platforms linked from the 3 There are instructions for other platforms linked from the
4 [get the code](get_the_code.md) page. 4 [get the code](get_the_code.md) page.
5 5
6 ## Instructions for Google Employees 6 ## Instructions for Google Employees
7 7
8 Are you a Google employee? See 8 Are you a Google employee? See
9 [go/building-chrome](https://goto.google.com/building-chrome) instead. 9 [go/building-chrome](https://goto.google.com/building-chrome) instead.
10 Google employee? See [go/building-chrome](https://goto.google.com/building-chrom e) instead.
11 10
12 [TOC] 11 [TOC]
13 12
14 ## System requirements 13 ## System requirements
15 14
16 * A 64-bit Intel machine running Linux with at least 8GB of RAM. More 15 * A 64-bit Intel machine running Linux with at least 8GB of RAM. More
17 than 16GB is highly recommended. 16 than 16GB is highly recommended.
18 * At least 100GB of free disk space. 17 * At least 100GB of free disk space.
19 * You must have Git and Python installed already. 18 * You must have Git and Python installed already.
20 19
(...skipping 356 matching lines...) Expand 10 before | Expand all | Expand 10 after
377 release of Chrome for Android (v25+) you can do the following steps. 376 release of Chrome for Android (v25+) you can do the following steps.
378 Note that in order to get your changes into the official release, you'll 377 Note that in order to get your changes into the official release, you'll
379 need to send your change for a codereview using the regular process for 378 need to send your change for a codereview using the regular process for
380 committing code to chromium. 379 committing code to chromium.
381 380
382 1. Open Chrome on your Android device and visit chrome://version 381 1. Open Chrome on your Android device and visit chrome://version
383 2. Copy down the id listed next to "Build ID:" 382 2. Copy down the id listed next to "Build ID:"
384 3. Go to 383 3. Go to
385 [http://storage.googleapis.com/chrome-browser-components/BUILD\_ID\_FROM\_ST EP\_2/index.html](http://storage.googleapis.com/chrome-browser-components/BUILD_ ID_FROM_STEP_2/index.html) 384 [http://storage.googleapis.com/chrome-browser-components/BUILD\_ID\_FROM\_ST EP\_2/index.html](http://storage.googleapis.com/chrome-browser-components/BUILD_ ID_FROM_STEP_2/index.html)
386 4. Download the listed files and follow the steps in the README. 385 4. Download the listed files and follow the steps in the README.
OLDNEW
« no previous file with comments | « no previous file | docs/android_studio.md » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698