我从build.gradle中删除ActionBarSherlock但它无法删除

时间:2015-06-19 09:06:07

标签: android

我想删除actionbarsherlock并升级到appcombat材质。我从依赖项中删除了actionbarsherclok库,但与appcombat发生冲突。我在Android Studio上清理项目并使缓存无效/重新启动。

 Position 1 : Attribute "titleTextStyle" has already been defined
 Position 1 : Attribute "subtitleTextStyle" has already been defined
 Position 1 : Attribute "divider" has already been defined
 Position 1 : Attribute "background" has already been defined
 Position 1 : Attribute "backgroundSplit" has already been defined
 Position 1 : Attribute "navigationMode" has already been defined
 Position 1 : Attribute "displayOptions" has already been defined
 Position 1 : Attribute "title" has already been defined
 Position 1 : Attribute "subtitle" has already been defined
 Position 1 : Attribute "icon" has already been defined
 Position 1 : Attribute "logo" has already been defined
 Position 1 : Attribute "backgroundStacked" has already been defined
 Position 1 : Attribute "customNavigationLayout" has already been defined
 Position 1 : Attribute "homeLayout" has already been defined
 Position 1 : Attribute "progressBarStyle" has already been defined
 Position 1 : Attribute "indeterminateProgressStyle" has already been defined
 Position 1 : Attribute "progressBarPadding" has already been defined
 Position 1 : Attribute "itemPadding" has already been defined
 Position 1 : Attribute "initialActivityCount" has already been defined
 ...

的build.gradle

compile 'com.jakewharton:butterknife:6.1.0'
compile "com.android.support:appcompat-v7:21.0.+"
compile 'com.android.support:support-v4:21.0.0'
compile project(':facebook')
compile 'com.github.chrisbanes.actionbarpulltorefresh:extra-abc:+'
compile ('com.github.castorflex.smoothprogressbar:library:1.1.0'){
    exclude module: 'support-v4'
}
compile('com.commonsware.cwac:camera-v9:0.6.+') {
    exclude module: 'support-v4'
}
compile 'com.commonsware.cwac:camera:0.6.+'
compile project(':simpleFacebook')
compile 'com.github.nirhart:parallaxscroll:1.0'
compile project(':simplecropimagelib')
compile project(':adjust_io')
compile 'com.google.code.gson:gson:2.2.4'
compile 'joda-time:joda-time:2.3'
androidTestCompile 'com.jayway.android.robotium:robotium-solo:5.1'
androidTestCompile 'com.jayway.android.robotium:robotium-solo:5.3.1'
compile fileTree(dir: 'libs', include: '*.jar')
compile 'com.etsy.android.grid:library:1.0.5'
compile 'com.jakewharton:butterknife:6.1.0'
compile 'org.apache.httpcomponents:httpcore:4.4.1'
compile 'com.wrapp.floatlabelededittext:library:0.0.6'
compile project(':PhotoView')

0 个答案:

没有答案