diff options
author | Scott Main <smain@google.com> | 2010-07-07 16:47:16 -0700 |
---|---|---|
committer | Steve Kondik <shade@chemlab.org> | 2010-07-22 17:12:33 -0400 |
commit | a94af538f04a073f635dc8b5a72c2054c15d1657 (patch) | |
tree | ef6e3d8edcb93e4fea7a787656751451eb9ac76c /docs/html/sdk | |
parent | c53c7cb8d8f466b11c3ca182bb5582adcd540275 (diff) | |
download | frameworks_base-a94af538f04a073f635dc8b5a72c2054c15d1657.zip frameworks_base-a94af538f04a073f635dc8b5a72c2054c15d1657.tar.gz frameworks_base-a94af538f04a073f635dc8b5a72c2054c15d1657.tar.bz2 |
docs: add caution about adt in eclipse 3.6
Change-Id: I37c920f6a5290d891c4a6dea5978147a50eec807
Diffstat (limited to 'docs/html/sdk')
-rw-r--r-- | docs/html/sdk/eclipse-adt.jd | 3 | ||||
-rw-r--r-- | docs/html/sdk/requirements.jd | 3 |
2 files changed, 6 insertions, 0 deletions
diff --git a/docs/html/sdk/eclipse-adt.jd b/docs/html/sdk/eclipse-adt.jd index f5558ab..1a42e7f 100644 --- a/docs/html/sdk/eclipse-adt.jd +++ b/docs/html/sdk/eclipse-adt.jd @@ -48,6 +48,9 @@ href="#installing">Installing the ADT Plugin</a>, below. </p> how to update ADT to the latest version or how to uninstall it, if necessary. </p> +<p class="caution"><strong>Caution:</strong> There are known issues with the ADT plugin running with +Eclipse 3.6. Please stay on 3.5 until further notice.</p> + <h2 id="notes">Revisions</h2> <p>The sections below provide notes about successive releases of diff --git a/docs/html/sdk/requirements.jd b/docs/html/sdk/requirements.jd index cb9cdf3..d710b8e 100644 --- a/docs/html/sdk/requirements.jd +++ b/docs/html/sdk/requirements.jd @@ -23,6 +23,9 @@ installation notes</a>.</li> <h4 style="margin-top:.25em"><em>Eclipse IDE</em></h4> <ul> <li>Eclipse 3.4 (Ganymede) or 3.5 (Galileo) + <p class="caution"><strong>Caution:</strong> There are known issues with the ADT plugin +running with Eclipse 3.6. Please stay on 3.5 until further notice.</p> + </li> <li>Eclipse <a href="http://www.eclipse.org/jdt">JDT</a> plugin (included in most Eclipse IDE packages) </li> <li>If you need to install or update Eclipse, you can download it from <a |