So, when enabling proguard on mopub, I get the following error:
C:\_Projects\SaraHaley\saraHaley\src\main\java\com\sr\feedsapp\sarahaley\DetailViewActivity.java
Error:(37, 38) error: cannot find symbol class Builder
Error:(487, 41) error: cannot find symbol class Builder
Error:(495, 37) error: cannot find symbol class MoPubClientPositioning
Error:(538, 78) error: cannot find symbol class InterstitialAdListener
C:\_Projects\SaraHaley\saraHaley\src\main\java\com\sr\feedsapp\sarahaley\MainActivity.java
Error:(405, 60) error: cannot find symbol class BannerAdListener
Error:(2293, 51) error: cannot find symbol class Builder
Note: Some input files use or override a deprecated API.
Note: Recompile with -Xlint:deprecation for details.
Note: C:\_Projects\SaraHaley\saraHaley\src\main\java\com\sr\feedsapp\sarahaley\FeedsApp.java uses unchecked or unsafe operations.
Note: Recompile with -Xlint:unchecked for details.
:saraHaley:compileAudienceReleaseJavaWithJavac FAILED
Error:Execution failed for task ':saraHaley:compileAudienceReleaseJavaWithJavac'.
> Compilation failed; see the compiler error output for details.
Information:BUILD FAILED
Since this is is a nested class (Builder), I can’t get proguard to keep this classes, has anyone encountered this before?
and then theres the rest of the errors
this happens by just setting minifyEnabled to true
Thanks a lot.