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
useabsherlock
- if want use actionbar pattern old devices
compatibility library
useappcompact
Comments
Post a Comment