安装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
During installation, there's an error about requiring org.eclipse.wst.sse.ui. How do I fix that?
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.
Eclipse 3.6 (Helios)
- 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.
Eclipse 3.5 (Galileo)
- 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.
Eclipse 3.4 (Ganymede)
- 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