ADT not installing on Eclipse Kepler

自作多情 提交于 2020-02-06 02:03:45

问题


I have downloaded Eclipse Kepler and now trying to instal Android ADT. I am facing the below issue.

Cannot complete the install because one or more required items could not be found. Software being installed: Android Development Tools 22.6.3.v201404151837-1123206 (com.android.ide.eclipse.adt.feature.group 22.6.3.v201404151837-1123206) Missing requirement: Android Development Tools 22.6.3.v201404151837-1123206 (com.android.ide.eclipse.adt.feature.group 22.6.3.v201404151837-1123206) requires 'org.eclipse.wst.sse.core 0.0.0' but it could not be found

  1. Initially I tried to install using https://dl-ssl.google.com/android/eclipse/ . I got the error.
  2. Later I downloaded the package and installed from local but getting the above error. Any suggestions ?

I tried running the eclipse in administrator mode but still getting the same error. ADT Plugin can't install: Missing requirement: Android Development Tools

Any help is appreciated. Note: In my system, Android SDK is working fine in my Eclipse Indigo working perfectly in my system.


回答1:


ADT might depend on other plugins, such as Eclipse Web Tools. You need to make sure you checked Contact all update sites during install to find required software. Eclipse will then look up dependencies in other update sites, like the default Kepler one.




回答2:


I have solved the problem by unzipping the eclipse again from the original zipped file. Right now everything works fine.

But thanks lulian Dragos.



来源:https://stackoverflow.com/questions/23740167/adt-not-installing-on-eclipse-kepler

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!