Why Android cannot deal with Resources name conflict between Project and Library? -


i have project referenced library b, , b have same name , type, value different. think aapt should deal issue make sure project , library access correct value. besides renaming resource in project or library, else should solve problem?

the build system intentionally makes project resources overlay on top of library resources. done on purpose able customize library resource differently depending on app using it.

if want prevent happening without knowledge have recommended users use prefix in library resources.

changing behavior @ point break many, many people's projects. we've looked @ making option, won't happen before new build system finished though.


Comments

Popular posts from this blog

linux - Does gcc have any options to add version info in ELF binary file? -

android - send complex objects as post php java -

charts - What graph/dashboard product is facebook using in Dashboard: PUE & WUE -