Try viewing the animated xml files,
I had a similar crash when testing my code in android 2.3, the problem was determining the animation of a sentence, in the form of strings, for example:
Android: fromXScale = "1%"
Android: toXScale = "100%"
fromXScale, toXScale float, "100%", API 10 java.lang.NumberFormatException.
API 10, , .
:
Android: fromXScale = "0.1"
Android: toXScale = "1.0
.