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 trialDigma Jain
1,602 PointsSDK 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
Gunjeet Hattar
14,483 PointsIs 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
1,602 PointsHi, 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
1,602 PointsAnd Yes the message is generated every time I try to open eclipse