Reputation: 33
I deside to update my SDK in Eclipse. I go to SDK Manager and update Android SDK Tool to the latest version. Then I open Eclipse and it shows me a warning message:
This Android SDK requires Android Developer Toolkit version 22.6.2 or above. Current version is 21.1.0.v201302060044-569685. Please update ADT to the latest version.
I deside to update my ADT plugin (Help > Install New Software > ADT Plugin - https://dl-ssl.google.com/android/eclipse/) and I get above error:
Cannot complete the install because of a conflicting dependency. Software being installed: Tracer for OpenGL ES 23.0.3.1327240 (com.android.ide.eclipse.gldebugger.feature.feature.group 23.0.3.1327240) Software currently installed: Tracer for OpenGL ES 21.1.0.v201302060044-569685 (com.android.ide.eclipse.gldebugger.feature.group 21.1.0.v201302060044-569685) Only one of the following can be installed at once: Tracer for OpenGL ES 23.0.3.1327240 (com.android.ide.eclipse.gldebugger 23.0.3.1327240) Tracer for OpenGL ES 21.1.0.v201302060044-569685 (com.android.ide.eclipse.gldebugger 21.1.0.v201302060044-569685) Cannot satisfy dependency: From: Tracer for OpenGL ES 23.0.3.1327240 (com.android.ide.eclipse.gldebugger.feature.feature.group 23.0.3.1327240) To: com.android.ide.eclipse.gldebugger [23.0.3.1327240] Cannot satisfy dependency:
Could you help me please? I´m very depressed because I couldn´t do now nothing in Eclipse.
Upvotes: 2
Views: 3332
Reputation: 280
After following different methods i failed .. But i did the following and it worked like a charm for me :)
1) Open Eclipse
2)rename eclipse.exe to something like eclipse.exe.old[IM not sure if this step is required]
3)Goto Help->Install New software -> What is Already Installed link
4)In "Already Installed software", select first item and uninstall and DO NOT RESTART ECLIPSE when it asks you to.
5)Then select the newer version of this package from Help->Install New software
6)The plugin will get installed without any issues. It will ask for Eclipse restart.Ignore. Follow steps 3-6 for other packages as well.Hope this helps
Upvotes: 0
Reputation: 81
This Android SDK requires Android Developer Toolkit version 22V or above. Current version is 21V. Please update ADT to the latest version. While Updating....., If you getting error while remove or uninstall 21V, the solution is, first do rename the eclipse into eclipse.exe.back and update 23
Upvotes: 0
Reputation: 349
Solution extracted from this forum http://www.eclipse.org/forums/index.php/t/487240/:
Run eclipse
Rename eclipse exe to eclipse.exe.back
Run updates
Updates executed successfully
It worked for me.
Upvotes: 0
Reputation: 14211
I had this issue, and here's what I did.
Everything works fine thereafter. Oh, I had some issues with the OpenGL Tracer, and since I didn't see a need for that at the moment, I unchecked that during installation.
Upvotes: 3
Reputation: 2060
I got a similar error I couldn't solve... What I did was to download a new ADT and then configured the SDK link to the previous (updated) one.
Upvotes: 1