Warning: there were 1 instances of library classes depending on program classes.The issue it seems was caused by these two classes
You must avoid such dependencies, since the program classes will
be processed, while the library classes will remain unchanged.
Error: Please correct the above warnings first.
Warning: library class com.sun.ukit.jaxp.Parser extends or implements program class org.xml.sax.LocatorThe solution was take apart the whole code and piece it together, class by class(yes-tedious I know). But finally, it worked.!
Thanks to below link for guidance :)
http://proguard.sourceforge.net/manual/troubleshooting.html#dependency
No comments:
Post a Comment