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 trialAlex Park
7,567 Pointsappcompat_7
Whenever i make a NEW android application project an appcompat_7 folder is created. What is this? and can i delete it? cause Ben's eclipse doesn't generate this.
2 Answers
Manpreet Gulati
10,773 PointsThis is being generated since the Android 4.0..It is a mechanism that is being used by eclipse for providing compatibility libraries can provide a tremendous amount of backward compatible APIs So, as to support previous Android Version's. You can basically ignore this Folder.
I've been using it without making any changes to this Specific folder...And everything Builds properly. Best of Luck..:)
Manpreet Gulati
10,773 PointsBest of Luck...Hope you have fun learning Android programming.. :)
Alex Park
7,567 PointsAlex Park
7,567 PointsThank you very much :)