android - I remove ActionBarSherlock from build.gradle but It couldn't removed -


i want remove actionbarsherlock , upgrade appcombat material. removed actionbarsherclok library dependencies ıt conflicts appcombat. clean project , invalidate caches / restart on android studio.

 position 1 : attribute "titletextstyle" has been defined  position 1 : attribute "subtitletextstyle" has been defined  position 1 : attribute "divider" has been defined  position 1 : attribute "background" has been defined  position 1 : attribute "backgroundsplit" has been defined  position 1 : attribute "navigationmode" has been defined  position 1 : attribute "displayoptions" has been defined  position 1 : attribute "title" has been defined  position 1 : attribute "subtitle" has been defined  position 1 : attribute "icon" has been defined  position 1 : attribute "logo" has been defined  position 1 : attribute "backgroundstacked" has been defined  position 1 : attribute "customnavigationlayout" has been defined  position 1 : attribute "homelayout" has been defined  position 1 : attribute "progressbarstyle" has been defined  position 1 : attribute "indeterminateprogressstyle" has been defined  position 1 : attribute "progressbarpadding" has been defined  position 1 : attribute "itempadding" has been defined  position 1 : attribute "initialactivitycount" has 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') 


Comments

Popular posts from this blog

How to connect android app to App engine -

gcc - MinGW's ld cannot perform PE operations on non PE output file -

php - display validation error message next to the textbox in codeigniter -