今天在安裝ADT的時候,提示:
Cannot complete the install because one or more required items could not be found. Software being installed: Android Development Tools 0.9.6.v201002051504-24846 (com.android.ide.eclipse.adt.feature.group 0.9.6.v201002051504-24846) Missing requirement: Android Development Tools 0.9.6.v201002051504-24846 (com.android.ide.eclipse.adt.feature.group 0.9.6.v201002051504-24846) requires 'org.eclipse.gef 0.0.0' but it could not be found
仔細看了下,是說的org.eclipse.gef找不到,也就是adt安裝的時候需要這個插件,但是找不到,關於這個問題在網上有不少解決方法,但都不是很明了,有的說要安裝gef插件,有的說要安裝emf插件什么的,后來我在一個外語論壇上找到了解決方法,如下:
1.啟動eclipse,點擊window——>preferences——>install/update——>available software sites,點擊Add,把如下幾個網址添加過去
Eclipse GEF http://download.eclipse.org/tools/gef/updates/releases/ Eclipse EMF http://download.eclipse.org/modeling/emf/updates/releases/ Eclipse GMF http://download.eclipse.org/modeling/gmf/updates/releases Eclipse Webtools http://download.eclipse.org/webtools/updates/
eg:
2.重新安裝ADT插件。