Error:Attribute “theme” has already been defined

后端 未结 5 1945
既然无缘
既然无缘 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:12

    If you want to keep supporting older android versions (2.3.x, 3.x.x, 4.0) use a modified version of your library removing wallet classes and resources (given that you don't need wallet functionality.) That avoids this "theme" attr problem. I am using play-services-5.0.89.arr with no problem.

    In particular, remove com.google.android.gms.wallet.* classes and wallet_*.xml resources and you are done.

提交回复
热议问题