ProGuard zatrzymuje się z wielu ostrzeżeń:PROGUARD ostrzeżenia: Były 7 nierozwiązane odnośniki do członków klasy programowych
Warning: there were 1221 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. (http://proguard.sourceforge.net/manual/troubleshooting . html#unresolvedclass)
Warning: there were 37 instances of library classes depending on program classes. You must avoid such dependencies, since the program classes will be processed, while the library classes will remain unchanged. (http://proguard.sourceforge.net/manual/troubleshooting . html#dependency) Warning: there were 7 unresolved references to program class members. Your input classes appear to be inconsistent. You may need to recompile the code. (http://proguard.sourceforge.net/manual/troubleshooting . html#unresolvedprogramclassmember)
Error: Please correct the above warnings first.
Ale mój słoik biegnie poprawnie. Nie znam ustawień proguardu. Jakieś sugestie?