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 Build a Blog Reader Android App Exploring the Master-Detail Template Creating a Project Using the Master-Detail Template

Digma Jain
Digma Jain
1,602 Points

SDK Problemry

I have made the crystalBall app as directed in previous steps. Now for this new project of MasterDetailTemplate, when I am trying to go on developer.google.com/sdk/html.index site I am getting full Android bundle. So I updated SDK using SDK Manager tool, but then every time I am starting ADT it is prompting me to update SDK to version23, even when I have updated it many times, I don't know what to do..?

3 Answers

Is this message being generated when you try and open Eclipse?

From what I can understand this is what you need to do in Eclipse. Most likely its being caused since your ADT hasn't been updated to version 23. SDK Manager doesn't take care of this. It's the plugin that you installed for Eclipse.

Go to Help -> Install New Software

In the next screen click on Add (top right corner)

For name type ADT Plugin
For location type https://dl-ssl.google.com/android/eclipse/
Click ok

You'll spot Developer Tools in the options. Check the box next to it and click Next for a few times until it installs the updated ADT plugin.

Restart and this should resolve.

Hope that helps. If it doesn't get let us know.

Good day!

Digma Jain
Digma Jain
1,602 Points

Hi, I tried what you told but I am getting Error like this

Cannot complete the install because of a conflicting dependency. Software being installed: Android Native Development Tools 23.0.2.1259578 (com.android.ide.eclipse.ndk.feature.feature.group 23.0.2.1259578) 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: ADT CDT Integration 23.0.2.1259578 (com.android.ide.eclipse.ndk 23.0.2.1259578) ADT CDT Integration 22.6.2.v201403212031-1085508 (com.android.ide.eclipse.ndk 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.ndk.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 Native Development Tools 23.0.2.1259578 (com.android.ide.eclipse.ndk.feature.feature.group 23.0.2.1259578) To: com.android.ide.eclipse.ndk [23.0.2.1259578] Cannot satisfy dependency: From: Android Native Development Tools 22.6.2.v201403212031-1085508 (com.android.ide.eclipse.ndk.feature.group 22.6.2.v201403212031-1085508) To: com.android.ide.eclipse.ndk [22.6.2.v201403212031-1085508]

Digma Jain
Digma Jain
1,602 Points

And Yes the message is generated every time I try to open eclipse