Method One:
1. Download the latest ADT Plugin Adt-10.0.1.zip (the ADT plugin installed on MyEclipse 10.5 is an ADT 20.0.3 offline Package:
Http://dl.cr173.com//soft1/ADTPlugin.zip installation method). Note: To match android-sdk-r14 it is best to download ADT-14.0, which is downloaded in my other blog post.
2, Zip extract out of the plugins under the four Jar package:
Com.android.ide.eclipse.adt_10.0.1.v201103111512-110841.jar
Com.android.ide.eclipse.ddms_10.0.1.v201103111512-110841.jar
Com.android.ide.eclipse.hierarchyviewer_10.0.1.v201103111512-110841.jar
Com.android.ide.eclipse.traceview_10.0.1.v201103111512-110841.jar
3, copy to MyEclipse8.5 's \common\plugins directory
4. Modify the Bundles.info file in the MyEclipse 8.5\configuration\org.eclipse.equinox.simpleconfigurator directory to add the following:
Com.android.ide.eclipse.adt,10.0.1.v201103111512-110841,file:/d:/program Files/myeclipse 8.5/Common/plugins/ Com.android.ide.eclipse.adt_10.0.1.v201103111512-110841.jar,4,false
Com.android.ide.eclipse.ddms,10.0.1.v201103111512-110841,file:/d:/program Files/myeclipse 8.5/Common/plugins/ Com.android.ide.eclipse.ddms_10.0.1.v201103111512-110841.jar,4,false
Com.android.ide.eclipse.hierarchyviewer,10.0.1.v201103111512-110841,file:/d:/program Files/MyEclipse 8.5/Common/ Plugins/com.android.ide.eclipse.hierarchyviewer_10.0.1.v201103111512-110841.jar,4,false
Com.android.ide.eclipse.traceview,10.0.1.v201103111512-110841,file:/d:/program Files/MyEclipse 8.5/Common/ Plugins/com.android.ide.eclipse.traceview_10.0.1.v201103111512-110841.jar,4,false
5. Restart MyEclipse
Method Two:
1. Help->myeclipse Configuration Center. Start the Software Configuration center, it takes a little time to start.
2. Go to the following screen, select the Software tab and click Add Site:
3. Name (for example, Androiddat) to enter, adt-10.0.1.zip after downloading, and then select the Name box above the add from Local Folder, select the decompression path of the plug-in package to unpack the address, OK and then wait for the page loading plug-in
4. After loading the page, you can see the Personal Sites tab appears under your name Androiddat, expand Androiddat. Expand developer Tools, right-click on the Android Ddms and Android development tool and tap add to profile.
5. Wait for a moment and click Apply 2 in the Pending Chage tab card changes
6. This time MyEclipse will start installing the plugin package.
7. Follow the prompts to restart the software when the installation is complete.
This article from http://blog.163.com/[email protected]/blog/static/257054682012102103822534/
MyEclipse How to install Offline ADT ()