I found that when add scale animation to a textView and start the animation,at the first time ,it works fine. but when I start the animation again ,I got the message:
skia purging from font cache.
The animated textView was not set any custom thing. I was wondering what may caused this? and when I put the textView in a relativeLayout,and do the scale animation to the relativeLayout, the above phenomenon disappears.but sometimes I got the following warnings from the log:
Error loading keycharmap file '/system/usr/keychars/roamer_keypad.kcm.bin'. hw.keyboards.131073.devname='roamer_keypad'
Using default keymap: /system/usr/keychars/qwerty.kcm.bin
W/KeyCharacterMap(21580): Can't open keycharmap file
can any one tell me what happens? thanks very much.