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

AppCompat error

Hello After creating a project in Android Studio I have this error

Error:Execution failed for task ':app:processDebugManifest'.

Manifest merger failed : uses-sdk:minSdkVersion 12 cannot be smaller than version L declared in library com.android.support:appcompat-v7:21.0.0-rc1

Help!

1 Answer

Hello

I've just managed the described problem by setting up google support library and updating AndroidManifest.xml with this code

uses-sdk android:minSdkVersion="7" android:targetSdkVersion="17"

See this page http://developer.android.com/tools/support-library/setup.html