I wanted to update my project to support Android Lollipop and API 21, so I changed the version of AppCompat to 21.0.0 and my target SDK to 21.
But now, when I try to synchronize the project with gradle files, it gives me 102 errors , which was not before:
1 error "Attribute 'theme' has already defined" - set by my colors.XML file,
and another 101 error "no resources found that matches the given name..." - most of them are material - are set by "build/intermediates/exploded-aar/com.android.support/appcompat-v7/21.0.0/res/values-v11/values.XML" .
Already updated all the SDK tools in the Android SDK software, Using the beta version of Android Studio 0.8.9.
Can anyone help? Thank.
android android-5.0-lollipop
user3184899 Oct 17 '14 at 19:29 2014-10-17 19:29
source share