Casebash
Casebash

Reputation: 118782

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?

Upvotes: 5

Views: 2988

Answers (2)

JRL
JRL

Reputation: 77995

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

Upvotes: 1

Casebash
Casebash

Reputation: 118782

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

Upvotes: 1

Related Questions