Hello. When you add Google Play Services dependencies, the image error is displayed. I have no idea what the reason is, or how to solve it.
- The error is only displayed in the values-21.xml
- After remove Google Play Services from the dependencies, the error seems to be fixed, being able to compile normally.
Gradle:
dependencies {
compile fileTree(include: ['*.jar'], dir: 'libs')
compile 'com.google.android.gms:play-services:7.8.0'
}