2
Problem:
I’m getting warnings of Proguard and with it I can’t outshine my .jar
, this is the first time I’ve received these warnings and with that I can’t finish the obfuscation.
Image with details of the problem:
Observing:
Application is working, within the .jar
are all the API's
(dependencies) needed, but Proguard gives me these warnings.
Are you sure the obfuscation is not finished? Warnings should not stop obfuscating.
– Piovezan
I have yes, Although it is a "Warnings" gets the following message "Please correct the above warnings first". It is in the image.
– noNihongo
"21 unresolved references for classes and interfaces. Maybe you should add libraries or update their versions. If your code works without the missing classes, you can suppress the alerts with the '-dontwarm' option'"
– Silvio Andorinha