Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Android - "Resources don't contain package for resource number"

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?

like image 832
Casebash Avatar asked Nov 06 '22 14:11

Casebash


1 Answers

These appear to be coming from the emulator, but it is now working fine, so these aren't errors. Still curious why they are occuring though

like image 129
Casebash Avatar answered Nov 11 '22 12:11

Casebash