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

Ricky Sparks
Ricky Sparks
22,249 Points

What it means for ADT Bundle download?

Do not move any of the files or directories from the adt-bundle-<os_platform> directory. If you move the eclipse/ or sdk/ directory, ADT will not be able to locate the SDK and you'll need to manually update the ADT preferences.

2 Answers

Not quite sure I understand your question, but it's basically telling you not to move the eclipse or sdk folders/directories (or the files inside them) from where they currently are within the adt-bundle- directory that you downloaded. ADT needs to know the file path of the SDK (the sdk folder) in order for you to be able to develop apps. If you do end up moving the eclipse or sdk directory for whatever reason, you would need to go into ADT -> Preferences and update the SDK location.

Ricky Sparks
Ricky Sparks
22,249 Points

Thanks that makes sense :)