MyEclipse8 5手動安裝adt

2021-05-27 04:41:44 字數 1358 閱讀 2560

使用myeclipse8.5的自動載入元件功能,會把原本的j2ee外掛程式給乾掉,實在是可氣,造成adt加上了,但j2ee不能用的尷尬狀況。解除安裝之後使用手動新增adt外掛程式的方法可避免該問題。

2、zip解壓出plugins下的四個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、複製到myeclipse8.5的\common\plugins目錄下

4、修改myeclipse 8.5\configuration\org.eclipse.equinox.******configurator目錄下的bundles.info檔案,新增以下內容:

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

myeclipse8 5 安裝findbugs外掛程式

最近在搭建持續整合伺服器,在自動構建的時候,新增了findbugs檢查。同時,我們還需要在自己的開發工具myeclipse上安裝該外掛程式,這樣便於我們解決findbugs中找出的bug。嘗試著裝了幾次findbugs外掛程式,都不行,最後還是google,參看了別人的文章,解決了這個問題,現把解決...

MyEclipse8 5安裝VSS外掛程式

2.把org.vssplugin 1.6.2.zip外掛程式解壓後得到資料夾org.vssplugin 1.6.2複製到genuitec common plugins目錄下 3.開啟genuitec myeclipse 8.5 configuration org.eclipse.equinox.co...

myeclipse8 5下離線安裝android

1.安裝android sdk 2.配置環境變數 跟配jdk環境變數差不多,因為android命令是在 android sdk home tools下的,所以理所當然是應該配這個了。3.離線配置adt 坑爹的,一般都訪問不了,fq後的速度又太慢,所以可以試著離線安裝adt。2 到myeclipse8...