OpenGLRenderer, invalid glyph found

I am trying to use an Android application that has a list. Only images are displayed in this list.

Interestingly, although the application works fine, when I click an item in the list, sometimes an error log appears: "an invalid glyph was found ." (I am using the Eclipse ADT Bundle.)

Does anyone have any ideas about this?

Sincerely.

+5
source share
1 answer

This error log most likely comes from hwui / FontRenderer.cpp ( see here ).

, , , , . , , . , " ".

+1

All Articles