I've downloaded the Eclipse ADT bundle from http://developer.android.com/sdk/index.html Now I want to add the Google Plugin for Eclipse. So I go to Help -> Install new software... and enter the following:
gpe - http://dl.google.com/eclipse/plugin/4.2
I am presented with the following list, where I perform the following selection:
[ ] Developer Tools
[ ] Google App Engine Tools for Android (requires ADT)
[X] Google Plugin for Eclipse (required)
[ ] GWT Designer for GPE (recommended)
[ ] NDK Plugins
[ ] SDKs
but get the following install error:
Cannot complete the install because one or more required items could not be found.
Software being installed: Google Plugin for Eclipse 4.2 3.2.2.v201303261859-rel-r42 (com.google.gdt.eclipse.suite.e42.feature.feature.group 3.2.2.v201303261859-rel-r42)
Missing requirement: Google Plugin for Eclipse 4.2 3.2.2.v201303261859-rel-r42 (com.google.gdt.eclipse.suite.e42.feature.feature.group 3.2.2.v201303261859-rel-r42) requires 'org.eclipse.mylyn.commons.ui 0.0.0' but it could not be found
My question is:
- Why am I getting this error?
- Why is the site asking me to install the [ ] Developer Tools when I already have ADT installed with Eclipse?
Thanks,
Jason Posit