Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Failed to ResTable::remove()

I'm having a problem with my android project.

When I launch my app in Eclipse, I got the following error in LogCat:

0x5ad3e5e0: Failed to ResTable::remove() cookie=0x4,not last table. mHeader.size() = 5. Warning for spontaneous crashes when the garbage collector runs. Error removing runtimes skin resource (cookie 0x4)

I don't know what it means or where it is coming from.

Everything still works fine, but the error message appears every time.

like image 406
Gama Yang Avatar asked Feb 20 '14 11:02

Gama Yang


1 Answers

You can clear cache / data per application from settings (Applications -> manage applications). Try this cache clearing

like image 110
vijay Avatar answered Oct 14 '22 17:10

vijay