diff options
author | 2016-01-29 18:22:05 -0800 | |
---|---|---|
committer | 2016-02-02 19:38:56 -0800 | |
commit | f45303bfcad3a1825789c8f36852528e3641b3e8 (patch) | |
tree | 7f1ddf6ea881b8832565627294e059f44c138f76 /docs/html/sdk | |
parent | 209d3a4b382b6dc9a37aebf8abdc3d0a36f6b8c2 (diff) |
b/25963771
docs: 64-bit Linux now required
b/26288626
Change-Id: I0291b1dab9603ba2f4230ac9d1477c484c90f0cd
Diffstat (limited to 'docs/html/sdk')
-rw-r--r-- | docs/html/sdk/index.jd | 3 | ||||
-rw-r--r-- | docs/html/sdk/installing/index.jd | 2 |
2 files changed, 3 insertions, 2 deletions
diff --git a/docs/html/sdk/index.jd b/docs/html/sdk/index.jd index 5db013c860d5..4c09f8fcc256 100644 --- a/docs/html/sdk/index.jd +++ b/docs/html/sdk/index.jd @@ -437,7 +437,7 @@ Studio</a>.</p> <h3>Windows</h3> <ul> -<li>Microsoft® Windows® 8/7/Vista (32 or 64-bit)</li> +<li>Microsoft® Windows® 8/7/Vista (32- or 64-bit)</li> <li>2 GB RAM minimum, 4 GB RAM recommended</li> <li>400 MB hard disk space</li> <li>At least 1 GB for Android SDK, emulator system images, and caches</li> @@ -477,6 +477,7 @@ rendering. You can then configure your project to use Java Development Kit (JDK) <li>At least 1 GB for Android SDK, emulator system images, and caches</li> <li>1280 x 800 minimum screen resolution</li> <li>Oracle® Java Development Kit (JDK) 7 </li> +<li>64-bit distribution capable of running 32-bit applications</li> </ul> <p>Tested on Ubuntu® 14.04, Trusty Tahr (64-bit distribution capable of running 32-bit applications).</p> diff --git a/docs/html/sdk/installing/index.jd b/docs/html/sdk/installing/index.jd index 1e732da7d885..4d53ea4088ab 100644 --- a/docs/html/sdk/installing/index.jd +++ b/docs/html/sdk/installing/index.jd @@ -93,7 +93,7 @@ where they are installed. For example:</p> </li> </ol> -<p>If you need use the Android SDK tools from a command line, +<p>If you need to use the Android SDK tools from a command line, you can access them at:</p> <p><code>/Users/<user>/Library/Android/sdk/</code></p> |