日々精進

新しく学んだことを書き留めていきます

build.gradleにcompile 'com.google.android.gms:play-services:5.0.89'を追加すると「Attribute “theme” has already been defined」エラー

原因はplay-servicesでAttribute “theme”が定義されているため。

compile 'com.google.android.gms:play-services:5.0.89'

compile 'com.google.android.gms:play-services:6.1.+'

に変更すると直る

参考: