It works for me when I try it in a simple test. Do you have a test case that illustrates the problem?
I get warnings of the category "the configuration keeps the entry point '...', but not the descriptor class '...'" when actually the descriptor classes are specified with keep commands and are indeed kept. Otherwise the application wouldn't run at all.
It works for me when I try it in a simple test. Do you have a test case that illustrates the problem?
Unfortunately, I don't have a simple test case.
I get lots of these warnings, but all involved classes are kept like it should and all other classes are renamed. So obfuscation is working like it should.
Maybe its related to inheritance ? The complained classes inherit from other base classes.
You should try -printseeds. If the classes in the descriptors aren't listed, you'll get these warnings. The classes should match -keep options.
Those classes are listed in the seeds file and in the descriptor warnings.
Log in to post a comment.