Welcome to the Treehouse Community

Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.

Looking to learn something new?

Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.

Start your free trial

Android

Android L update problem

Yesterday I opened the SDK manager and updated everything since then I have been getting the error message saying

This Android SDK requires Android Developer Toolkit version 23.0.0 or above Current version is 22.6.2.v201403212031-2085508 Please update ADT to the latest version

When I click "Check for Updates", no updates are found.

3 Answers

Hi Lucas,

I had the same issue this morning and seems like a lot of them in this forum do as well. I believe it is to do with the new update that android has rolled out.

Just follow these steps

(You might want to uninstall the older ADT plugin)

1) Go to Eclipse -> Help -> Install New Software

2) In the next window that appears click Add

3) In the Add repository windows type ADT Plugin for Name & https://dl-ssl.google.com/android/eclipse/ (do not omit the s in https , its important) . Click OK*

4) Once you lick OK you will see Developer Tools listed under available software. Select the Developer Tools, click next and continue till it installs developer 23.0.0

5) Restart Eclipse and voila! all errors are gone :)

Hope it helps

Still not working:

Cannot complete the install because of a conflicting dependency. Software being installed: Android DDMS 23.0.1.1256982 (com.android.ide.eclipse.ddms.feature.feature.group 23.0.1.1256982) Software currently installed: Android Developer Tools 22.6.2.v201403212031-1085508 (com.android.ide.eclipse.adt.package.product 22.6.2.v201403212031-1085508) Only one of the following can be installed at once: Dalvik Debug Monitor Service 23.0.1.1256982 (com.android.ide.eclipse.ddms 23.0.1.1256982) Dalvik Debug Monitor Service 22.6.2.v201403212031-1085508 (com.android.ide.eclipse.ddms 22.6.2.v201403212031-1085508) Cannot satisfy dependency: From: ADT Package 22.6.2.v201403212031-1085508 (com.android.ide.eclipse.adt.package.feature.group 22.6.2.v201403212031-1085508) To: com.android.ide.eclipse.ddms.feature.group 22.6.2 Cannot satisfy dependency: From: Android Developer Tools 22.6.2.v201403212031-1085508 (com.android.ide.eclipse.adt.package.product 22.6.2.v201403212031-1085508) To: com.android.ide.eclipse.adt.package.feature.group [22.6.2.v201403212031-1085508] Cannot satisfy dependency: From: Android DDMS 23.0.1.1256982 (com.android.ide.eclipse.ddms.feature.feature.group 23.0.1.1256982) To: com.android.ide.eclipse.ddms [23.0.1.1256982] Cannot satisfy dependency: From: Android DDMS 22.6.2.v201403212031-1085508 (com.android.ide.eclipse.ddms.feature.group 22.6.2.v201403212031-1085508) To: com.android.ide.eclipse.ddms [22.6.2.v201403212031-1085508]

In that case go to Eclipse -> About Eclipse -> Installation Details and spot ** Android Development Tools Version 22.2 .

Select that and click the uninstall button down below. Now try adding the ADT plugin once again.

This seems like a new bug too. Here is a link to get more ways to workaround if my way doesn't work

Google Code

Hope this helps

Jay Mayu
Jay Mayu
6,805 Points

Seems only way to overcome this is downloading the latest version. THanks Google.. sigh!