Question about compiling process #2939
-
Hi, I've noticed that when adding a new file to the res folder and recompiling, the tool declares in public.xml type, name and also assigns it a unique ID. However, this declaration is not translated to smali (declaring a static field in the R smali class) Could this be implemented in a near future or is there some sort of drawback? I think it's more practical than having to declare each one manually when it comes to making modifications |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
I see the benefit to this, but I need to dig into the exact process the generates the R classes to see if thats something we can even feasibly do. |
Beta Was this translation helpful? Give feedback.
I see the benefit to this, but I need to dig into the exact process the generates the R classes to see if thats something we can even feasibly do.