ahaaaaa / android-unused-resources

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

Does not allow underscores in package names #14

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
If you use a package name that has underscores in it, the app is unable to find 
the package name in the manifest file. This should be a relatively simple 
modification of the regex pattern used to parse out the package name.

Original issue reported on code.google.com by angelod1...@gmail.com on 6 Nov 2011 at 11:48

GoogleCodeExporter commented 9 years ago
Good find.  I'll try to fix this later tonight.

Original comment by skenned...@gmail.com on 7 Nov 2011 at 12:05

GoogleCodeExporter commented 9 years ago
Fixed in r30

Original comment by skenned...@gmail.com on 7 Nov 2011 at 3:07