1- page.title=Installing the SDK
2- walkthru=1
1+ page.title=Setting Up an Existing IDE
32
43@jd:body
54
65
7- <p>You should have already downloaded the <a href="{@docRoot}sdk/index.html">Android SDK</a>. Now
8- you need to set up your development environment.</p>
6+ <p>You should have already downloaded the <a href="{@docRoot}sdk/index.html#ExistingIDE"
7+ >Android SDK Tools</a>. (If you downloaded the ADT Bundle, you should instead read
8+ <a href="{@docRoot}sdk/installing/bundle.html">Setting Up the ADT Bundle</a>.)</p>
99
10- <p>The SDK you've downloaded is not the complete SDK environment. It includes only the core SDK tools, which you can
10+ <p>The SDK Tools package is not the complete SDK environment. It includes only the core SDK tools, which you can
1111use to download the rest of the SDK packages (such as the latest system image).</p>
1212
1313
1414<div id="win" class="docs" style="display:none">
15-
15+
1616<h3>Getting started on Windows</h3>
1717<p>Your download package is an executable file that starts an installer. The installer checks your machine
1818 for required tools, such as the proper Java SE Development Kit (JDK) and installs it if necessary.
1919 The installer then saves the Android SDK Tools into a default location (or you can specify the location).</p>
2020
21- <p>Make a note of the name and location of the SDK directory on your system—you will need to
21+ <ol>
22+ <li>Double-click the executable ({@code .exe} file) to start the install.</li>
23+ <li>Make a note of the name and location in which it saves the SDK on your system—you will need to
2224refer to the SDK directory later, when setting up the ADT plugin and when using
23- the SDK tools from the command line.</p>
24-
25- <p>Once the tools are installed, the installer offers to start the Android SDK Manager. Start it and
26- continue with the installation guide by clicking the
27- <strong>Next</strong> link on the right.</p>
25+ the SDK tools from the command line.</li>
26+ <li>Once the installation completes. the installer offers to start the Android SDK Manager.
27+ If you'll be using Eclipse, <strong>do not</strong> start the Android SDK Manager,
28+ and instead move on to <a href="{@docRoot}sdk/installing/installing-adt.html"
29+ >Installing the Eclipse Plugin</a>.
30+ <p>If you're using a different IDE,
31+ start the SDK Manager and read <a href="{@docRoot}sdk/installing/adding-packages.html"
32+ >Adding Platforms and Packages</a>.</p>
33+ </li>
34+ </ol>
2835
2936</div>
3037
@@ -34,16 +41,20 @@ continue with the installation guide by clicking the
3441
3542<h3>Getting started on Mac</h3>
3643
37- <p>Your download package is {@code .zip}.
38- Unpack it to a safe location on your machine. By default, the SDK files are unpacked
39- into a directory named <code>android-sdk-mac_x86</code>.</p>
44+ <ol>
45+ <li>Unpack the ZIP file you've downloaded. By default, it's unpacked
46+ into a directory named <code>android-sdk-mac_x86</code>. Move it to an appropriate location on your machine,
47+ such as a "Development" directory in your home directory.
4048
4149<p>Make a note of the name and location of the SDK directory on your system—you will need to
4250refer to the SDK directory later, when setting up the ADT plugin and when using
4351the SDK tools from the command line.</p>
44-
45- <p>Now continue with the installation guide by clicking the
46- <strong>Next</strong> link on the right.</p>
52+ </li>
53+ <li>If you're using Eclipse, move on to <a href="{@docRoot}sdk/installing/installing-adt.html"
54+ >Installing the Eclipse Plugin</a>. Otherwise, if you're using a different IDE,
55+ read <a href="{@docRoot}sdk/installing/adding-packages.html"
56+ >Adding Platforms and Packages</a>.</li>
57+ </ol>
4758
4859</div>
4960
@@ -54,20 +65,27 @@ the SDK tools from the command line.</p>
5465
5566<h3>Getting started on Linux</h3>
5667
57- <p>Your download package is a {@code .tgz}.
58- Unpack it to a safe location on your machine. By default, the SDK files are unpacked
59- into a directory named <code>android-sdk-linux_x86</code>.</p>
68+ <ol>
69+ <li>Unpack the {@code .tgz} file you've downloaded. By default, the SDK files are unpacked
70+ into a directory named <code>android-sdk-linux_x86</code>. Move it to an appropriate location on your machine,
71+ such as a "Development" directory in your home directory.
6072
6173<p>Make a note of the name and location of the SDK directory on your system—you will need to
6274refer to the SDK directory later, when setting up the ADT plugin and when using
6375the SDK tools from the command line.</p>
76+ </li>
77+ <li>If you're using Eclipse, move on to <a href="{@docRoot}sdk/installing/installing-adt.html"
78+ >Installing the Eclipse Plugin</a>. Otherwise, if you're using a different IDE,
79+ read <a href="{@docRoot}sdk/installing/adding-packages.html"
80+ >Adding Platforms and Packages</a>.</li>
81+ </ol>
6482
65- <p>Now continue with the installation guide by clicking the
66- <strong>Next</strong> link on the right.</p>
6783
84+ <h5 id="Troubleshooting"><a href='' class="expandable"
85+ onclick="toggleExpandable(this,'#ubuntu-trouble');return false;"
86+ >Troubleshooting Ubuntu</a></h5>
6887
69- <h4 id="Troubleshooting">Troubleshooting Ubuntu</h4>
70-
88+ <div id="ubuntu-trouble" style="display:none">
7189<ul>
7290 <li>If you need help installing and configuring Java on your
7391 development machine, you might find these resources helpful:
@@ -95,10 +113,12 @@ the SDK tools from the command line.</p>
95113 </ol>
96114 </li>
97115</ul>
116+ </div><!-- end ubuntu trouble -->
117+
98118
99119</div>
100120
101- <p><a href='' onclick='showAll();return false;'>Other platforms</a></p>
121+ <p style="margin-top:2em;" ><a href='' onclick='showAll();return false;'>Information for other platforms</a></p>
102122
103123<script>
104124 var $osDocs;
0 commit comments