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 Rebuilding from Scratch Handling a Lack of Data

appcompat_v7

Whenever I create a new Android project, it creates this folder automatically. Does any one know how to have this folder being stopped created automatically??

2 Answers

Ben Jakuben
STAFF
Ben Jakuben
Treehouse Teacher

This appears to be a change in how ADT creates projects. It's rather unfortunate. It's just a folder for Android support libraries that allow things to run on older versions of Android, so it's okay to ignore it. But the changes affect how our Android projects start off, and I'll need to refresh those videos sooner than planned now.

Thank you Ben, I have been Googling it for the last few hours. Deleted my ADT couple of times and re-installed it. But at least I know that its not something that I am doing wrong. Looking forward to see the your solution to it.