Hello guys.
I’m new to proguard. I’m using proguard to obfuscate my libgdx jar, I get a lot warnings when the process has ended, these are the warnings I’ve got:
Warning: there were 70415 unresolved references to classes or interfaces. You may need to add missing library jars or update their versions. If your code works fine without the missing classes, you can suppress the warnings with ‘-dontwarn’ options. (ProGuard Manual: Troubleshooting | Guardsquare) Warning: there were 68 unresolved references to program class members. Your input classes appear to be inconsistent. You may need to recompile the code. (ProGuard Manual: Troubleshooting | Guardsquare) Please correct the above warnings first.
I’ve already put the directories with the jar files for my project’s external libraries, and I’ve got the same warnings. I’ve been looking for a tutorials for a few days, but they don’t explain clearly the steps to solve the issue. Could you please help me with this?