Skip to content

Commit b6d148d

Browse files
scottamainAndroid (Google) Code Review
authored andcommitted
Merge "docs: remove empty page and expand system requirements based on URL hash" into jb-dev
2 parents 84ea453 + ce6c850 commit b6d148d

File tree

4 files changed

+7
-12
lines changed

4 files changed

+7
-12
lines changed

docs/html/sdk/index.jd

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -136,3 +136,8 @@ for Java, both of which are <em>not</em> supported for Android development. </p>
136136

137137
</div>
138138

139+
<script>
140+
if (location.hash == "#Requirements") {
141+
$('.reqs').show();
142+
}
143+
</script>

docs/html/sdk/installing/index.jd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ the SDK tools from the command line.</p>
8585
<pre>apt-get install ia32-libs</pre>
8686
</li>
8787
<li>Next, install Java: <pre>apt-get install sun-java6-jdk</pre></li>
88-
<li>The Ubuntu package manager does not currently offer an Eclipse 3.3
88+
<li>The Ubuntu package manager does not currently offer an Eclipse 3.6
8989
version for download, so we recommend that you download Eclipse from
9090
eclipse.org (<a
9191
href="http://www.eclipse.org/downloads/">http://www.eclipse.org/

docs/html/sdk/installing/installing-adt.jd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ UI, debug your app, and export signed (or unsigned) app packages (APKs) for dist
1919
<p>If you will be developing in Eclipse with the ADT Plugin, first make sure that you have a
2020
suitable version of Eclipse
2121
installed on your computer as described by the
22-
<a href="{@docRoot}tools/sdk/index.html#Requirements">system requirements</a>.</p>
22+
<a href="{@docRoot}sdk/index.html#Requirements">system requirements</a>.</p>
2323

2424
<p>If you need to install Eclipse, you can download it from <a href=
2525
"http://www.eclipse.org/downloads/">http://www.eclipse.org/downloads/</a>.

docs/html/tools/sdk/index.jd

Lines changed: 0 additions & 10 deletions
This file was deleted.

0 commit comments

Comments
 (0)