Error:Attribute “theme” has already been defined

后端 未结 5 1944
既然无缘
既然无缘 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 01:51

    I had the same issue developing in Eclipse after updating content via the SDK manager.

    I had to completely remove the Google Play Services library from the Workspace and then copy and import the updated version following the instructions here.

    No updating of the referenced jars helped me - Only a full fresh import. This included updating the android-support-v7-appcompat import.

提交回复
热议问题