tags:

views:

157

answers:

2

hi am using Eclipse 3.5 (Galileo) am trying to install ADT plugin frmo remote as well local archive it is not installing am getting error like for both remote as well local

Android Development Tools 0.9.5.v200911191123-20404 (com.android.ide.eclipse.adt.feature.group 0.9.5.v200911191123-20404) Missing requirement: Android Development Tools 0.9.5.v200911191123-20404 (com.android.ide.eclipse.adt.feature.group 0.9.5.v200911191123-20404) requires 'org.eclipse.gef 0.0.0' but it could not be found

How to solve this ... Thanks in Advance

A: 

You'll need to install the eclipse graphical editing framework. You can install directly from within eclipse using the release site

http://download.eclipse.org/tools/gef/updates/releases/

Steve B.
A: 

I just went through the experience of installing the Android SDK and ADT Plugin. Below is a link to how to setup the ADT Plug-in.

ADT Plug-in Installation:

http://developer.android.com/sdk/eclipse-adt.html

GrandPrix