Over the course of programming I get errors that give a resource number like “0x7f040000” (or sometimes in decimal form) My question is simple: Is there an easy way to tell what resource that is in eclipse?
i know i could manually identify every resource and print them out, but then every time i make a change to the program i’d have to update this code. Is there some way to search by resource ID?
Over the course of programming I get errors that give a resource number like
Share
YOu look up the R class in the gen folder
for example
block is part or the drawables in the R file.
if you want to do this at runtime (and not just in the IDE of eclispe you can try