Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

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.

share|improve this question

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.