I have a problem that I want to reference with another android project, I am generating jar of one project and included that within another project but there is an error as Error generating final archive: found duplicate file for APK: res/values/strings.xml
How it can be resolved?
Convert one project to a library project and reference it from the other project.