diff options
| author | 2011-10-18 17:39:56 -0700 | |
|---|---|---|
| committer | 2011-10-18 17:44:02 -0700 | |
| commit | a94c7bdcf8220a42f548aa665f6fc2b6849be2fd (patch) | |
| tree | e3121313ba859b23209fc6d4e95df7ae44e0e0ac | |
| parent | 1ff392128dfb802fe58e90ba23ed6138b1cd1a64 (diff) | |
docs: fix platform highlights
Change-Id: I876a78661f2198eb8992f0183736de454cd2c4bc
| -rw-r--r-- | docs/html/sdk/android-4.0.jd | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/docs/html/sdk/android-4.0.jd b/docs/html/sdk/android-4.0.jd index 9a9f02a37cfd..70051d8f28d3 100644 --- a/docs/html/sdk/android-4.0.jd +++ b/docs/html/sdk/android-4.0.jd @@ -72,7 +72,12 @@ class="toggle-content-img" alt="" /> <div class="toggle-content-toggleme" style="padding-left:2em;"> <dl> -<dt>Initial release. SDK Tools r14 or higher is recommended.</dt> +<dt>Initial release. SDK Tools r14 or higher is required. + <p class="caution"><strong>Important:</strong> To download the new Android + 4.0 system components from the Android SDK Manager, you must first update the + SDK tools to revision 14 and restart the Android SDK Manager. If you do not, + the Android 4.0 system components will not be available for download.</p> +</dt> </dl> </div> |