Error:Attribute “theme” has already been defined

后端 未结 5 1941
既然无缘
既然无缘 2020-12-31 01:29

I am using Android studio for building application. I am using this following dependencies:

  1. play services : compile \'com.google.android.gms:play-servic
5条回答
  •  感动是毒
    2020-12-31 02:16

    Thanks Hirak as you mentioned the error was with dependency. solved it using following versions of library:

    compile 'com.android.support:appcompat-v7:20.0.0'
    compile 'com.google.android.gms:play-services:4.+'
    compile 'com.android.support:cardview-v7:21.0.0'
    compile 'com.android.support:recyclerview-v7:21.0.0'
    

提交回复
热议问题