org.eclipse.gef 0.0.0 required for installing Android Development Tools on Eclipse 3.5.1
Today I wanted to try the Android SDK on my Ubuntu Karmic Koala, so I followed the instructions in the following URL.
http://developer.android.com/sdk/index.html
I thought that an IDE would be useful so I installed Eclipse 3.5.1 and tried to install the Android Development Tools, or ADT. However, an error "org.eclipse.gef 0.0.0 required" (or something like that) appeared.
After googling for a while, I found a URL for the GEF SDK, which is Eclipse's Graphic Editing Framework, as the following URL.
http://download.eclipse.org/tools/gef/updates/releases/
So I added this update into Eclipse by
- Go to the menu 'Help',
- Choose 'Install New Software',
- Place the GEF SDK updates URL into the box after 'Work with:',
- Choose the right version of updates in the box below (for me, GEF SDK 3.5.1),
- Click 'Next',
- After Eclipse calculates all the dependencies, just click 'Finish' and let it install the plugin.
After installing GEF SDK, return to installation of ADT. You should be able to install it now.