天天看點

eclipse安裝ADT出錯

Android 配置eclipse問題

安裝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/releases

Eclipse Webtools  http://download.eclipse.org/webtools/updates/

Google eclipse Plugin  http://dl.google.com/eclipse/plugin/3.5

2.重新安裝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)

  1. Select Help > Install New Software...
  2. Click the link for Available Software Sites.
  3. 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.
  4. Now go through the installation steps; Eclipse should download and install the plugin's dependencies.

Eclipse 3.5 (Galileo)

  1. Select Help > Install New Software...
  2. Click the link for Available Software Sites.
  3. 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.
  4. Now go through the installation steps; Eclipse should download and install the plugin's dependencies.

Eclipse 3.4 (Ganymede)

  1. Select Help > Software Updates...
  2. Select the Available Software tab.
  3. Click Manage Sites...
  4. 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/

  5. 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

繼續閱讀