android - sherlockactionbar 4.4.0 error -


good day! connect sherlockactionbar 4.4.0 in eclipse. according instructions, , error:

[2014-04-14 15:10:40 - example] c: \ workspace \ appcompat_v7 \ res \ values ​​\ attrs.xml: 32: error: attribute "windowactionbar" has been defined  [2014-04-14 15:10:40 - example] c: \ workspace \ appcompat_v7 \ res \ values ​​\ attrs.xml: 33: error: attribute "windowactionbaroverlay" has been defined  [2014-04-14 15:10:40 - example] c: \ workspace \ appcompat_v7 \ res \ values ​​\ attrs.xml: 34: error: attribute "windowsplitactionbar" has been defined  [2014-04-14 15:10:40 - example] c: \ workspace \ appcompat_v7 \ res \ values ​​\ attrs.xml: 45: error: attribute "actionbartabstyle" has been defined 

... http://i.stack.imgur.com/hp4tu.jpg

please help!

first of :

c: \ workspace \ appcompat_v7 \ res \ values ​​\ attrs.xml: 32: error: attribute "windowactionbar" has been defined  

means resource has been defined. given path in error message : c: \ workspace \ appcompat_v7 \ res \ values ​​\ attrs.xml shows redundancy located there.

on side, don't understand why want use absherlock , appcompact @ same time.

  • if want use actionbar pattern old devices third-party library use absherlock
  • if want use actionbar pattern old devices compatibility library use appcompact

Comments

Popular posts from this blog

windows - Single EXE to Install Python Standalone Executable for Easy Distribution -

c# - Access objects in UserControl from MainWindow in WPF -

javascript - How to name a jQuery function to make a browser's back button work? -