How Android handle multiple R.java?
问题 I'm making couple of Android library apps for a project. To simplify the question, let's say I have two libraries( utilLib , screenLib ) in this project(now will be referred to as app ). There's String resource with the same name inside each project but with different values. Like this: utilLib <string name="app_version">1.0</string> <string name="hello">UtilLib Hello</string> screenLib <string name="app_version">0.7a</string> <string name="hello">ScreenLib Hello</string> app <string name=