I've looked in the generated R file, and the values in there definitely look like memory addresses, but is that the case?
            Asked
            
        
        
            Active
            
        
            Viewed 275 times
        
    3 Answers
1
            No. It is a generated number that references the output of aapt.
 
    
    
        Femi
        
- 64,273
- 8
- 118
- 148
- 
                    Kind of timely: see http://stackoverflow.com/questions/6517151/how-does-the-mapping-between-android-resources-and-resources-id-work for a couple of longer discussions on this topic. – Femi Jul 11 '11 at 17:54
1
            
            
        No they are not memory address. They are simply auto generated values that are reference by the compiler.
 
    
    
        Amir Raminfar
        
- 33,777
- 7
- 93
- 123
 
    