将compile 'com.android.support:design:22.2.0'
添加到我的gradle文件后,我收到此错误:
.../app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/values/values.xml
发送此消息Error:(1) Attribute "insetForeground" has already been defined
。
我在build.gradle文件中有这个: `
compile 'com.android.support:design:22.2.0'
compile 'com.android.support:cardview-v7:22.2.0'
compile 'com.android.support:recyclerview-v7:22.2.0'
compile 'com.google.android.gms:play-services-base:7.5.0'
compile 'com.google.android.gms:play-services-location:7.5.0'
compile 'com.google.android.gms:play-services-gcm:7.5.0'
compile 'com.google.android.gms:play-services-maps:7.5.0'
我已将AppCompat Support Library
省略为this article。
我该如何解决?