android插件汇总

1、添加KeyTool插件的地址,跟在线安装android tools一样的方法:
http://www.keytool.sourceforge.net/update

2、ADT组件在线安装(只能安装最新的ADT) 

  Name:   Android Plugin 
  Location:   https://dl-ssl.google.com/android/eclipse/ (若提示错误,请试试https://dl-ssl.google.com/android/eclipse 或者http://dl-ssl.google.com/android/eclipse) 

  安装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” 
解决方法: 
  2.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/ 
    Google eclipse Plugin     http://dl.google.com/eclipse/plugin/3.5 

  2.2.重新安装ADT插件,更新网址:https://dl-ssl.google.com/android/eclipse/(如果遇到问题可以把https改为http) 

  总结:a)添加这几个网址的作用就是在安装ADT插件时,要eclipse自己寻找所需要的插件,并不需要网上说的那样,把GEF的整个插件下下来,当然,安装整个GEF也是可以的。 
      b)在eclipse3.5.2版本中不支持安装当前最新ADT16.0.1,在线安装会提示无法安装。最新ADT16.0.1可安装eclipse-jee-indigo-win32(eclipse3.6)版本中 

猜你喜欢

转载自yyjingcai.iteye.com/blog/1774612