tomatoxman / android-unused-resources

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

Does not work in the latest Android projects #29

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Run the command in project root: java -jar AndroidUnusedResources1.6.2.jar

What is the expected output? What do you see instead?
I get this error:
--------------
0 resources found

Not generating usage matrices. If you would like them, create a directory named 
'resource-matrices' in the base of your project.

No unused resources were detected.
If you know you have some unused resources, please submit your project as a 
test case so this application can be improved.
---------------

What version of the product are you using? On what operating system?
AndroidUnusedResources1.6.2.jar on Windows 7. I am using Android Studio 0.4.0

Please provide any additional information below.

Original issue reported on code.google.com by jai.chan...@gmail.com on 7 Jan 2014 at 10:14