安装ADT,遇到问题:Cannot complete the install because one or more required items could not be found. Software being installed: Android Development Tools 10.0.1.v201103111512-110841 (com.android.ide.eclipse.adt.feature.group 10.0.1.v201103111512-110841) Missing requirement: Android Development Tools 10.0.1.v201103111512-110841 (com.android.ide.eclipse.adt.feature.group 10.0.1.v201103111512-110841) requires 'org.eclipse.gef 0.0.0' but it could not be found找到一个解决方法,分享给大家: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/releasesEclipse Webtools http://download.eclipse.org/webtools/updates/Google eclipse Plugin http://dl.google.com/eclipse/plugin/3.52.重新安装ADT插件
问题二
eclipse.buildId=M20100211-1343 java.version=1.6.0_18-ea java.vendor=Sun Microsystems Inc. BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=zh_CN Command-line arguments: -os win32 -ws win32 -arch x86 -data D:/new Error Wed Mar 30 08:52:08 CST 2011 Failed to load properties file for project ‘MenuTest’eclipse.buildId=M20100211-1343java.version=1.6.0_18-eajava.vendor=Sun Microsystems Inc.BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=zh_CNCommand-line arguments: -os win32 -ws win32 -arch x86 -data D:/new
ErrorWed Mar 30 08:52:08 CST 2011Failed to load properties file for project ‘MenuTest’
解决方法 :设置ANDROID_SDK_HOME环境变量(android sdk安装目录)可以解决。
转载于:http://hi.baidu.com/wfyeshi/blog/calendar/201104
The Google Plugin for Eclipse depends on other specific Eclipse components, such as WST. Your installation of Eclipse may not yet include all of them, but they can be easily installed by following these instructions.
Select Help > Install New Software... Click the link for Available Software Sites. Ensure there is an update site named Helios. If this is not present, click Add... and enter http://download.eclipse.org/releases/helios for the Location. Now go through the installation steps; Eclipse should download and install the plugin's dependencies.
Select Help > Install New Software... Click the link for Available Software Sites. Ensure there is an update site named Galileo. If this is not present, click Add... and enter http://download.eclipse.org/releases/galileo for the Location. Now go through the installation steps; Eclipse should download and install the plugin's dependencies.
Select Help > Software Updates... Select the Available Software tab. Click Manage Sites... Make sure the Ganymede Update Site is in your list of Available Software Sites, and checked. If it's not in the list, click Add... to add it. The Ganymede Update Site's URL is http://download.eclipse.org/releases/ganymede/ Now go through the installation steps; Eclipse should download and install the plugin's dependencies.
转载于:http://code.google.com/intl/es/eclipse/docs/faq.html#wstinstallerror