Error in Eclipse:
Cannot complete the install because of a conflicting dependency.
Software being installed: Android Development Tools
12.0.0.v201106281929-138431 (com.android.ide.eclipse.adt.feature.group 12.0.0.v201106281929-138431)
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Conflicting dependency error means that you have installed some / all the packages for this Eclipse plugin (ADT is an Eclipse plugin) in the past and you are trying to install it again from different source (like from a downloaded file instead from the update urls).
All you have to do is:
Delete the Plugin – in eclipse, go to the upper application bar -> Help -> Install New Software.
Then, the Available Software will appear, and you will see at the bottom right corner a link named “What is already installed”, click it.
When the Eclipse Installation Details window will appear, go to the “Installed Software” tab
and mark all the plugins under Android and select “Uninstall” button.
Install the new one – now you can install the plugin from whatever you choose (it’s more recommended to install it via the given URL from Android installation tutorial) without encounting Conflicting dependency errors.
good day!