tomatoxman / android-unused-resources

Automatically exported from code.google.com/p/android-unused-resources
0 stars 0 forks source link

Doesn't properly handle multiple R.java files #10

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Import an Android library project

What is the expected output? What do you see instead?
The scanner only uses one of the R.java files, and there's no guarantee it's 
the appropriate one.

Original issue reported on code.google.com by skenned...@gmail.com on 5 Aug 2011 at 5:04

GoogleCodeExporter commented 8 years ago

Original comment by skenned...@gmail.com on 22 Sep 2011 at 12:00

GoogleCodeExporter commented 8 years ago
As of r29, it will select the active project's R.java file, rather than one for 
a referenced library project.

A lot more work is required if we want to allow different R classes.

Original comment by skenned...@gmail.com on 22 Sep 2011 at 3:25

GoogleCodeExporter commented 8 years ago

Original comment by skenned...@gmail.com on 8 Jan 2012 at 12:01

GoogleCodeExporter commented 8 years ago
Library projects are now fully supported in r36.

Original comment by skenned...@gmail.com on 8 Jan 2012 at 1:09