Android - "Resources don't contain package for resource number"
Posted
by Casebash
on Stack Overflow
See other posts from Stack Overflow
or by Casebash
Published on 2010-04-19T02:33:40Z
Indexed on
2010/04/19
2:43 UTC
Read the original article
Hit count: 3174
My android application has several warnings of the following form when I run it in the emulator:
"Resources don't contain package for resource number <Hex Address>"
How can I fix these warnings? In particular, is there an easy way to find out what the hex address refers to?
© Stack Overflow or respective owner