属性“titleTextStyle”已在android studio中定义

时间:2016-02-26 18:32:58

标签: android

我的Android应用程序没有问题但是当我尝试构建应用程序时我得到了很多错误属性titleTextStyle已经被定义并且相同的另一个属性错误。
这是我在我的应用程序中使用的依赖项。

    dependencies {
    compile 'com.actionbarsherlock:actionbarsherlock:4.4.0@aar'
    compile 'com.google.android.gms:play-services:8.4.0'
    compile files('libs/gcm.jar')
    compile files('libs/YouTubeAndroidPlayerApi.jar')
    compile 'com.android.support:support-v4:23.2.0'
    }

0 个答案:

没有答案