Xml documents in assets don't work after proguard



I'm using some xml configs inside assets directory. And the app contains code that finds xml document by name (name is one of the xml's attributes). When proguard is enabled, search returns 0 results, but it should be 1.


The name that I'm using as search request is private static final Stirngconstant. Does proguard works with assets? I thought - no. What's wrong?


No comments:

Post a Comment