android-proguard-snippets icon indicating copy to clipboard operation
android-proguard-snippets copied to clipboard

Guava snippet doen't work

Open melbic opened this issue 10 years ago • 1 comments

The guava snippet didn't work for me. As described I added provided 'javax.annotation:jsr250-api:1.0' to my dependecies.

But that didn't help. So I added

-dontwarn javax.annotation.**
-dontwarn sun.misc.Unsafe

to proguard-guava.pro

melbic avatar Jul 07 '15 13:07 melbic

I too had this issue. Thanks @melbic for the tip.

Jonathan727 avatar Aug 19 '15 22:08 Jonathan727