clover / clover-android-sdk

Clover SDK for developing applications on Clover Station/Mobile/Mini/Flex

Home Page:https://docs.clover.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Proguard Rules?

ncapdevi opened this issue · comments

When applying proguard rules, I get:

Warning:com.clover.core.internal.calc.Decimal: can't find referenced class edu.umd.cs.findbugs.annotations.SuppressFBWarnings
Warning:there were 1 unresolved references to classes or interfaces.
Warning:Exception while processing task java.io.IOException: Please correct the above warnings first.
Error:Execution failed for task ':remote:transformClassesAndResourcesWithProguardForCloverDebug'.
> Job failed, see logs for details

What are the suggested proguard keep rules?

I have the same problem. Could you solve it @ncapdevi ?

Try adding this to your rules: -dontwarn edu.umd.cs.findbugs.annotations.SuppressFBWarnings

Thanks a lot..i had a same problem and solve it