diff options
| -rw-r--r-- | docs/html/sdk/index.jd | 11 | ||||
| -rw-r--r-- | docs/html/sdk/installing/studio.jd | 5 |
2 files changed, 10 insertions, 6 deletions
diff --git a/docs/html/sdk/index.jd b/docs/html/sdk/index.jd index d91e7e807830..3d9ef21bfc5b 100644 --- a/docs/html/sdk/index.jd +++ b/docs/html/sdk/index.jd @@ -352,17 +352,18 @@ the ADT plugin to it.</p> <h5>Operating Systems</h5> <ul> <li>Windows XP (32-bit), Vista (32- or 64-bit), or Windows 7 (32- or 64-bit)</li> - <li>Mac OS X 10.5.8 or later (x86 only)</li> - <li>Linux (tested on Ubuntu Linux, Lucid Lynx) + <li>Mac OS X 10.8.5 or later</li> + <li>Linux <ul> - <li>GNU C Library (glibc) 2.7 or later is required.</li> - <li>On Ubuntu Linux, version 8.04 or later is required.</li> - <li>64-bit distributions must be capable of running 32-bit applications.</li> + <li>64-bit distribution capable of running 32-bit applications</li> + <li>GNU C Library (glibc) 2.11 or later is required.</li> + <li>Tested on Ubuntu 12.04, Precise Pangolin</li> </ul> </li> </ul> </div> + <div class="col-7 reqs" style="margin:0 0 80px 20px;display:none;"> <h5>Development tools</h5> diff --git a/docs/html/sdk/installing/studio.jd b/docs/html/sdk/installing/studio.jd index 233213ee2d17..b0567e7c1b11 100644 --- a/docs/html/sdk/installing/studio.jd +++ b/docs/html/sdk/installing/studio.jd @@ -311,7 +311,7 @@ download (or continue to use) </td> <td> <ul> - <li>Mac OS X 10.5 or higher, up to 10.9 (Mavericks)</li> + <li>Mac OS X 10.8.5 or higher, up to 10.9 (Mavericks)</li> <li>1 GB of RAM minimum, 2 GB recommended</li> <li>400 MB of disk space</li> <li>At least 1 GB of additional disk space for the Android SDK, emulator system images, and caches</li> @@ -324,6 +324,9 @@ rendering. You can then configure your project to use Java Development Kit (JDK) </td> <td> <ul> + <li>64-bit distribution capable of running 32-bit applications</li> + <li>GNU C Library (glibc) 2.11 or later is required.</li> + <li>Tested on Ubuntu 12.04, Precise Pangolin</li> <li>GNOME or KDE desktop</li> <li>1 GB of RAM minimum, 2 GB recommended</li> <li>400 MB of disk space</li> |