Skip to content Skip to sidebar Skip to footer

StateListDrawable Failing To Parse In Eclipse?

I keep getting an error when I try to set the below statelistdrawable as a background to one of my views. I've cleaned the project and restarted Eclipse and everything but can't ge

Solution 1:

Have same problem. Probably bug in ADT 14 Related issue: http://code.google.com/p/android/issues/detail?id=21046


Solution 2:

place your xml file i.e honeycomb.xml into the drawable folder.That's enough..


Solution 3:

are you sure that this "@drawable/pointselector" and this "@drawable/pointselector" are present in your drawable folder I think that is your problem

you probably placed them in drawable-mdpi or something put them in drawable folder


Post a Comment for "StateListDrawable Failing To Parse In Eclipse?"