开发者

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

开发者 https://www.devze.com 2022-12-27 03:02 出处:网络
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>\"

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 particul开发者_Python百科ar, is there an easy way to find out what the hex address refers to?


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


Just a guess, but isn't the hex address from R.java? If so, you should be able to identify the resource pretty easily.

0

精彩评论

暂无评论...
验证码 换一张
取 消