但是用同樣的方法在myeclipse上裝adt的插件時(shí) 就不好用 在網(wǎng)上找了很久
找到了這份記錄 就摘過來了 一起分享 呵呵
原文:http://blog.csdn.net/paulluo0739/article/details/6656516
使用MyEclipse8.5的自動(dòng)加載組件功能,會(huì)把原本的J2EE插件給干掉,實(shí)在是可氣,造成adt加上了,但J2EE不能用的尷尬狀況。卸載之后使用手動(dòng)添加adt插件的方法可避免該問題。
1、下載最新的adt插件ADT-10.0.1.zip
2、zip解壓出plugins下的四個(gè)jar包:
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、復(fù)制到MyEclipse8.5的\Common\plugins目錄下
4、修改MyEclipse 8.5\configuration\org.eclipse.equinox.simpleconfigurator目錄下的bundles.info文件,添加以下內(nèi)容:
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、重啟MyEclipse