11page.title=Installing the Eclipse Plugin
22walkthru=1
3- adt.zip.version=20.0.2
4- adt.zip.download=ADT-20.0.2 .zip
5- adt.zip.bytes=12388464
6- adt.zip.checksum=8e727bcdc9789c900784a82e6330ec22
3+ adt.zip.version=20.0.3
4+ adt.zip.download=ADT-20.0.3 .zip
5+ adt.zip.bytes=12390954
6+ adt.zip.checksum=869a536b1c56d0cd920ed9ae259ae619
77
88@jd:body
99
1010
1111
1212<p>Android offers a custom plugin for the Eclipse IDE, called Android
1313Development Tools (ADT). This plugin is designed to give you a powerful, integrated
14- environment in which to develop Android apps. It extends the capabilites
14+ environment in which to develop Android apps. It extends the capabilities
1515of Eclipse to let you quickly set up new Android projects, build an app
1616UI, debug your app, and export signed (or unsigned) app packages (APKs) for distribution.
1717</p>
@@ -39,21 +39,21 @@ the <strong>Next</strong> link on the right.</p>
3939
4040<ol>
4141 <li>Start Eclipse, then select <strong>Help</strong> > <strong>Install New
42- Software... </strong>.</li>
42+ Software</strong>.</li>
4343 <li>Click <strong>Add</strong>, in the top-right corner.</li>
4444 <li>In the Add Repository dialog that appears, enter "ADT Plugin" for the <em>Name</em> and the
4545following URL for the <em>Location</em>:
4646 <pre>https://dl-ssl.google.com/android/eclipse/</pre>
4747 </li>
48- <li>Click <strong>OK</strong>
49- <p>Note: If you have trouble acquiring the plugin, try using "http" in the Location URL,
48+ <li>Click <strong>OK</strong>.
49+ <p>If you have trouble acquiring the plugin, try using "http" in the Location URL,
5050instead of "https" (https is preferred for security reasons).</p></li>
5151 <li>In the Available Software dialog, select the checkbox next to Developer Tools and click
5252<strong>Next</strong>.</li>
5353 <li>In the next window, you'll see a list of the tools to be downloaded. Click
5454<strong>Next</strong>. </li>
5555 <li>Read and accept the license agreements, then click <strong>Finish</strong>.
56- <p>Note: If you get a security warning saying that the authenticity or validity of
56+ <p>If you get a security warning saying that the authenticity or validity of
5757the software can't be established, click <strong>OK</strong>.</p></li>
5858 <li>When the installation completes, restart Eclipse. </li>
5959</ol>
@@ -148,17 +148,15 @@ remote update site, you can download the ADT zip file to your local machine and
148148manually install it:</p>
149149
150150<ol>
151- <li>Download the current ADT Plugin zip file from the table below (do not unpack it).
151+ <li>Download the ADT Plugin zip file (do not unpack it):
152152
153153 <table class="download">
154154 <tr>
155- <th>Name</th>
156155 <th>Package</th>
157156 <th>Size</th>
158157 <th>MD5 Checksum</th>
159158 </tr>
160159 <tr>
161- <td>ADT {@adtZipVersion}</td>
162160 <td>
163161 <a href="http://dl.google.com/android/{@adtZipDownload}">{@adtZipDownload}</a>
164162 </td>
@@ -169,16 +167,20 @@ manually install it:</p>
169167</li>
170168
171169</li>
172- <li>Follow steps 1 and 2 in the <a href="#installing">default install
173- instructions</a> (above).</li>
174- <li>In the Add Site dialog, click <strong>Archive</strong>.</li>
175- <li>Browse and select the downloaded zip file.</li>
176- <li>Enter a name for the local update site (e.g.,
177- "Android Plugin") in the "Name" field.</li>
178- <li>Click <strong>OK</strong>.
179- <li>Follow the remaining procedures as listed for
180- <a href="#installing">default installation</a> above,
181- starting from step 4.</li>
170+ <li>Start Eclipse, then select <strong>Help</strong> > <strong>Install New
171+ Software</strong>.</li>
172+ <li>Click <strong>Add</strong>, in the top-right corner.</li>
173+ <li>In the Add Repository dialog, click <strong>Archive</strong>.</li>
174+ <li>Select the downloaded {@adtZipDownload} file and click <strong>OK</strong>.</li>
175+ <li>Enter "ADT Plugin" for the name and click <strong>OK</strong>.
176+ <li>In the Available Software dialog, select the checkbox next to Developer Tools and click
177+ <strong>Next</strong>.</li>
178+ <li>In the next window, you'll see a list of the tools to be downloaded. Click
179+ <strong>Next</strong>. </li>
180+ <li>Read and accept the license agreements, then click <strong>Finish</strong>.
181+ <p>If you get a security warning saying that the authenticity or validity of
182+ the software can't be established, click <strong>OK</strong>.</p></li>
183+ <li>When the installation completes, restart Eclipse. </li>
182184</ol>
183185
184186<p>To update your plugin once you've installed using the zip file, you will have
@@ -204,3 +206,4 @@ JKS</pre>
204206...then your development machine lacks a suitable Java VM. Installing Sun
205207Java 6 will resolve this issue and you can then reinstall the ADT
206208Plugin.</p>
209+
0 commit comments