我的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'
}