Advertisement
techmik

proguard errors

Nov 2nd, 2013
63
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.81 KB | None | 0 0
  1. Note: there were 1 unresolved dynamic references to classes or interfaces.
  2. You should check if you need to specify additional program jars.
  3. Note: there were 2 class casts of dynamically created class instances.
  4. You might consider explicitly keeping the mentioned classes and/or
  5. their implementations (using '-keep').
  6. Warning: there were 2 unresolved references to classes or interfaces.
  7. You may need to specify additional library jars (using '-libraryjars'),
  8. or perhaps the '-dontskipnonpubliclibraryclasses' option.
  9. java.io.IOException: Please correct the above warnings first.
  10. at proguard.Initializer.execute(Initializer.java:308)
  11. at proguard.ProGuard.initialize(ProGuard.java:210)
  12. at proguard.ProGuard.execute(ProGuard.java:85)
  13. at proguard.ProGuard.main(ProGuard.java:499)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement