Loading docs/html/sdk/eclipse-adt.jd +9 −65 Original line number Original line Diff line number Diff line Loading @@ -594,13 +594,14 @@ href="#troubleshooting">Troubleshooting</a> section.</p> <p>ADT is a plugin for the Eclipse IDE. Before you can install or use ADT, <p>ADT is a plugin for the Eclipse IDE. Before you can install or use ADT, you must have a compatible version of Eclipse installed on your development you must have a compatible version of Eclipse installed on your development computer. </p> computer. Check the <a href="requirements.html">System Requirements</a> document for a list of Eclipse versions that are compatible with the Android SDK.</li></p> <ul> <ul> <li>If Eclipse is already installed on your computer, make sure that it is <li>If Eclipse is already installed on your computer, make sure that it is a version that is compatible with ADT and the Android SDK. Check the <a a version that is compatible with ADT and the Android SDK. href="requirements.html">System Requirements</a> document for a list of Eclipse versions that are compatible with the Android SDK.</li> <li>If you need to install or update Eclipse, you can download it from this <li>If you need to install or update Eclipse, you can download it from this location: location: Loading @@ -608,7 +609,7 @@ location: "http://www.eclipse.org/downloads/">http://www.eclipse.org/downloads/</a> "http://www.eclipse.org/downloads/">http://www.eclipse.org/downloads/</a> </p> </p> <p>For Eclipse 3.5 or newer, the "Eclipse Classic" version is recommended. Otherwise, a Java or RCP <p>The "Eclipse Classic" version is recommended. Otherwise, a Java or RCP version of Eclipse is recommended.</p></li> version of Eclipse is recommended.</p></li> </ul> </ul> Loading @@ -624,7 +625,7 @@ ADT installation as described in the steps below. </p> <h3 id="downloading">Downloading the ADT Plugin</h3> <h3 id="downloading">Downloading the ADT Plugin</h3> <p>Use Update Manager feature of your Eclipse installation to install the latest <p>Use the Update Manager feature of your Eclipse installation to install the latest revision of ADT on your development computer.<p> revision of ADT on your development computer.<p> <p>Assuming that you have a compatible version of the Eclipse IDE installed, as <p>Assuming that you have a compatible version of the Eclipse IDE installed, as Loading @@ -632,11 +633,7 @@ described in <a href="#preparing">Preparing for Installation</a>, above, follow these steps to download the ADT plugin and install it in your Eclipse these steps to download the ADT plugin and install it in your Eclipse environment.</p> environment.</p> <table style="font-size:100%"> <tr><th>Eclipse 3.5 (Galileo) and 3.6 (Helios)</th><th>Eclipse 3.4 (Ganymede)</th></tr> <tr> <td width="45%"> <!-- 3.5+ steps --> <ol> <ol> <li>Start Eclipse, then select <strong>Help</strong> > <strong>Install New <li>Start Eclipse, then select <strong>Help</strong> > <strong>Install New Software...</strong>.</li> Software...</strong>.</li> Loading @@ -655,35 +652,6 @@ the checkbox next to Developer Tools and click <strong>Next</strong>.</li> <li>When the installation completes, restart Eclipse. </li> <li>When the installation completes, restart Eclipse. </li> </ol> </ol> </td> <td width="50%"> <!-- 3.4 steps --> <ol> <li>Start Eclipse, then select <strong>Help</strong> > <strong>Software Updates...</strong>. In the dialog that appears, click the <strong>Available Software</strong> tab.</li> <li>Click <strong>Add Site</strong>.</li> <li>In the Add Site dialog that appears, enter this URL in the "Location" field: <pre>https://dl-ssl.google.com/android/eclipse/</pre> <p>Note: If you have trouble acquiring the plugin, you can try using "http" in the URL, instead of "https" (https is preferred for security reasons).</p> <p>Click <strong>OK</strong>.</p> </li> <li>Back in the Available Software view, you should see the plugin listed by the URL, with "Developer Tools" nested within it. Select the checkbox next to Developer Tools, which will automatically select the nested tools. Then click <strong>Install</strong></li> <li>On the subsequent Install window, all of the included tools should be checked. Click <strong>Next</strong>. </li> <li>Read and accept the license agreements, then click <strong>Finish</strong>.</li> <li>When the installation completes, restart Eclipse. </li> </ol> </td> </tr> </table> <h3 id="configuring">Configuring the ADT Plugin</h3> <h3 id="configuring">Configuring the ADT Plugin</h3> <p>Once you've successfully downloaded ADT as described above, the next step <p>Once you've successfully downloaded ADT as described above, the next step Loading Loading @@ -807,11 +775,6 @@ Eclipse Installed Software window using <strong>Help</strong> <p>Follow the steps below to check whether an update is available and, if so, <p>Follow the steps below to check whether an update is available and, if so, to install it. </p> to install it. </p> <table style="font-size:100%"> <tr><th>Eclipse 3.5 (Galileo) and 3.6 (Helios)</th><th>Eclipse 3.4 (Ganymede)</th></tr> <tr> <td> <!-- 3.5+ steps --> <ol> <ol> <li>Select <strong>Help</strong> > <strong>Check for Updates</strong>. <li>Select <strong>Help</strong> > <strong>Check for Updates</strong>. <p>If there are no updates available, a dialog will say so and you're done.</p></li> <p>If there are no updates available, a dialog will say so and you're done.</p></li> Loading @@ -823,25 +786,6 @@ to install it. </p> Android Development Tools.</li> Android Development Tools.</li> <li>Restart Eclipse.</li> <li>Restart Eclipse.</li> </ol> </ol> </td> <td width="50%"> <!-- 3.4 steps --> <ol> <li>Select <strong>Help</strong> > <strong>Software Updates</strong>.</li> <li>Select the <strong>Available Software</strong> tab.</li> <li>If there are updates available, select Android DDMS, Android Development Tools, and Android Hierarchy Viewer, then click <strong>Update</strong>.</li> <li>In the resulting Available Updates dialog, ensure that each of the listed tools are selected, then click <strong>Next</strong>.</li> <li>Read and accept the license agreement and then click <strong>Finish</strong>. This will download and install the latest version of Android DDMS and Android Development Tools.</li> <li>Restart Eclipse.</li> </ol> </td> </tr> </table> <p>If you encounter problems during the update, remove the existing ADT plugin from Eclipse, then <p>If you encounter problems during the update, remove the existing ADT plugin from Eclipse, then Loading docs/html/sdk/installing.jd +4 −3 Original line number Original line Diff line number Diff line Loading @@ -96,13 +96,14 @@ href="http://java.sun.com/javase/downloads/index.jsp">JDK</a>, if you don't have <p>If you will be developing in Eclipse with the Android Development <p>If you will be developing in Eclipse with the Android Development Tools (ADT) Plugin—the recommended path if you are new to Tools (ADT) Plugin—the recommended path if you are new to Android—make sure that you have a suitable version of Eclipse Android—make sure that you have a suitable version of Eclipse installed on your computer (3.4 or newer is recommended). If you need installed on your computer as described in the to install Eclipse, you can download it from this location: </p> <a href="requirements.html">System Requirements</a> document. If you need to install Eclipse, you can download it from this location: </p> <p style="margin-left:2em;"><a href= <p style="margin-left:2em;"><a href= "http://www.eclipse.org/downloads/">http://www.eclipse.org/downloads/</a></p> "http://www.eclipse.org/downloads/">http://www.eclipse.org/downloads/</a></p> <p>For Eclipse 3.5 or newer, the "Eclipse Classic" version is recommended. Otherwise, a Java or <p>The "Eclipse Classic" version is recommended. Otherwise, a Java or RCP version of Eclipse is recommended.</p> RCP version of Eclipse is recommended.</p> Loading docs/html/sdk/requirements.jd +3 −1 Original line number Original line Diff line number Diff line Loading @@ -24,7 +24,9 @@ Android applications using the Android SDK. </p> <h4 style="margin-top:.25em"><em>Eclipse IDE</em></h4> <h4 style="margin-top:.25em"><em>Eclipse IDE</em></h4> <ul> <ul> <li>Eclipse 3.4 (Ganymede) or greater</li> <li>Eclipse 3.5 (Galileo) or greater <p class="note"><strong>Note:</strong> Eclipse 3.4 (Ganymede) is no longer supported with the latest version of ADT.</p></li> <li>Eclipse <a href="http://www.eclipse.org/jdt">JDT</a> plugin (included <li>Eclipse <a href="http://www.eclipse.org/jdt">JDT</a> plugin (included in most Eclipse IDE packages) </li> in most Eclipse IDE packages) </li> <li>If you need to install or update Eclipse, you can download it from <a <li>If you need to install or update Eclipse, you can download it from <a Loading Loading
docs/html/sdk/eclipse-adt.jd +9 −65 Original line number Original line Diff line number Diff line Loading @@ -594,13 +594,14 @@ href="#troubleshooting">Troubleshooting</a> section.</p> <p>ADT is a plugin for the Eclipse IDE. Before you can install or use ADT, <p>ADT is a plugin for the Eclipse IDE. Before you can install or use ADT, you must have a compatible version of Eclipse installed on your development you must have a compatible version of Eclipse installed on your development computer. </p> computer. Check the <a href="requirements.html">System Requirements</a> document for a list of Eclipse versions that are compatible with the Android SDK.</li></p> <ul> <ul> <li>If Eclipse is already installed on your computer, make sure that it is <li>If Eclipse is already installed on your computer, make sure that it is a version that is compatible with ADT and the Android SDK. Check the <a a version that is compatible with ADT and the Android SDK. href="requirements.html">System Requirements</a> document for a list of Eclipse versions that are compatible with the Android SDK.</li> <li>If you need to install or update Eclipse, you can download it from this <li>If you need to install or update Eclipse, you can download it from this location: location: Loading @@ -608,7 +609,7 @@ location: "http://www.eclipse.org/downloads/">http://www.eclipse.org/downloads/</a> "http://www.eclipse.org/downloads/">http://www.eclipse.org/downloads/</a> </p> </p> <p>For Eclipse 3.5 or newer, the "Eclipse Classic" version is recommended. Otherwise, a Java or RCP <p>The "Eclipse Classic" version is recommended. Otherwise, a Java or RCP version of Eclipse is recommended.</p></li> version of Eclipse is recommended.</p></li> </ul> </ul> Loading @@ -624,7 +625,7 @@ ADT installation as described in the steps below. </p> <h3 id="downloading">Downloading the ADT Plugin</h3> <h3 id="downloading">Downloading the ADT Plugin</h3> <p>Use Update Manager feature of your Eclipse installation to install the latest <p>Use the Update Manager feature of your Eclipse installation to install the latest revision of ADT on your development computer.<p> revision of ADT on your development computer.<p> <p>Assuming that you have a compatible version of the Eclipse IDE installed, as <p>Assuming that you have a compatible version of the Eclipse IDE installed, as Loading @@ -632,11 +633,7 @@ described in <a href="#preparing">Preparing for Installation</a>, above, follow these steps to download the ADT plugin and install it in your Eclipse these steps to download the ADT plugin and install it in your Eclipse environment.</p> environment.</p> <table style="font-size:100%"> <tr><th>Eclipse 3.5 (Galileo) and 3.6 (Helios)</th><th>Eclipse 3.4 (Ganymede)</th></tr> <tr> <td width="45%"> <!-- 3.5+ steps --> <ol> <ol> <li>Start Eclipse, then select <strong>Help</strong> > <strong>Install New <li>Start Eclipse, then select <strong>Help</strong> > <strong>Install New Software...</strong>.</li> Software...</strong>.</li> Loading @@ -655,35 +652,6 @@ the checkbox next to Developer Tools and click <strong>Next</strong>.</li> <li>When the installation completes, restart Eclipse. </li> <li>When the installation completes, restart Eclipse. </li> </ol> </ol> </td> <td width="50%"> <!-- 3.4 steps --> <ol> <li>Start Eclipse, then select <strong>Help</strong> > <strong>Software Updates...</strong>. In the dialog that appears, click the <strong>Available Software</strong> tab.</li> <li>Click <strong>Add Site</strong>.</li> <li>In the Add Site dialog that appears, enter this URL in the "Location" field: <pre>https://dl-ssl.google.com/android/eclipse/</pre> <p>Note: If you have trouble acquiring the plugin, you can try using "http" in the URL, instead of "https" (https is preferred for security reasons).</p> <p>Click <strong>OK</strong>.</p> </li> <li>Back in the Available Software view, you should see the plugin listed by the URL, with "Developer Tools" nested within it. Select the checkbox next to Developer Tools, which will automatically select the nested tools. Then click <strong>Install</strong></li> <li>On the subsequent Install window, all of the included tools should be checked. Click <strong>Next</strong>. </li> <li>Read and accept the license agreements, then click <strong>Finish</strong>.</li> <li>When the installation completes, restart Eclipse. </li> </ol> </td> </tr> </table> <h3 id="configuring">Configuring the ADT Plugin</h3> <h3 id="configuring">Configuring the ADT Plugin</h3> <p>Once you've successfully downloaded ADT as described above, the next step <p>Once you've successfully downloaded ADT as described above, the next step Loading Loading @@ -807,11 +775,6 @@ Eclipse Installed Software window using <strong>Help</strong> <p>Follow the steps below to check whether an update is available and, if so, <p>Follow the steps below to check whether an update is available and, if so, to install it. </p> to install it. </p> <table style="font-size:100%"> <tr><th>Eclipse 3.5 (Galileo) and 3.6 (Helios)</th><th>Eclipse 3.4 (Ganymede)</th></tr> <tr> <td> <!-- 3.5+ steps --> <ol> <ol> <li>Select <strong>Help</strong> > <strong>Check for Updates</strong>. <li>Select <strong>Help</strong> > <strong>Check for Updates</strong>. <p>If there are no updates available, a dialog will say so and you're done.</p></li> <p>If there are no updates available, a dialog will say so and you're done.</p></li> Loading @@ -823,25 +786,6 @@ to install it. </p> Android Development Tools.</li> Android Development Tools.</li> <li>Restart Eclipse.</li> <li>Restart Eclipse.</li> </ol> </ol> </td> <td width="50%"> <!-- 3.4 steps --> <ol> <li>Select <strong>Help</strong> > <strong>Software Updates</strong>.</li> <li>Select the <strong>Available Software</strong> tab.</li> <li>If there are updates available, select Android DDMS, Android Development Tools, and Android Hierarchy Viewer, then click <strong>Update</strong>.</li> <li>In the resulting Available Updates dialog, ensure that each of the listed tools are selected, then click <strong>Next</strong>.</li> <li>Read and accept the license agreement and then click <strong>Finish</strong>. This will download and install the latest version of Android DDMS and Android Development Tools.</li> <li>Restart Eclipse.</li> </ol> </td> </tr> </table> <p>If you encounter problems during the update, remove the existing ADT plugin from Eclipse, then <p>If you encounter problems during the update, remove the existing ADT plugin from Eclipse, then Loading
docs/html/sdk/installing.jd +4 −3 Original line number Original line Diff line number Diff line Loading @@ -96,13 +96,14 @@ href="http://java.sun.com/javase/downloads/index.jsp">JDK</a>, if you don't have <p>If you will be developing in Eclipse with the Android Development <p>If you will be developing in Eclipse with the Android Development Tools (ADT) Plugin—the recommended path if you are new to Tools (ADT) Plugin—the recommended path if you are new to Android—make sure that you have a suitable version of Eclipse Android—make sure that you have a suitable version of Eclipse installed on your computer (3.4 or newer is recommended). If you need installed on your computer as described in the to install Eclipse, you can download it from this location: </p> <a href="requirements.html">System Requirements</a> document. If you need to install Eclipse, you can download it from this location: </p> <p style="margin-left:2em;"><a href= <p style="margin-left:2em;"><a href= "http://www.eclipse.org/downloads/">http://www.eclipse.org/downloads/</a></p> "http://www.eclipse.org/downloads/">http://www.eclipse.org/downloads/</a></p> <p>For Eclipse 3.5 or newer, the "Eclipse Classic" version is recommended. Otherwise, a Java or <p>The "Eclipse Classic" version is recommended. Otherwise, a Java or RCP version of Eclipse is recommended.</p> RCP version of Eclipse is recommended.</p> Loading
docs/html/sdk/requirements.jd +3 −1 Original line number Original line Diff line number Diff line Loading @@ -24,7 +24,9 @@ Android applications using the Android SDK. </p> <h4 style="margin-top:.25em"><em>Eclipse IDE</em></h4> <h4 style="margin-top:.25em"><em>Eclipse IDE</em></h4> <ul> <ul> <li>Eclipse 3.4 (Ganymede) or greater</li> <li>Eclipse 3.5 (Galileo) or greater <p class="note"><strong>Note:</strong> Eclipse 3.4 (Ganymede) is no longer supported with the latest version of ADT.</p></li> <li>Eclipse <a href="http://www.eclipse.org/jdt">JDT</a> plugin (included <li>Eclipse <a href="http://www.eclipse.org/jdt">JDT</a> plugin (included in most Eclipse IDE packages) </li> in most Eclipse IDE packages) </li> <li>If you need to install or update Eclipse, you can download it from <a <li>If you need to install or update Eclipse, you can download it from <a Loading