I’m using FlurryAnalytics-5.5.0.jar. When I initialize Flurry, I receive some errors:
FlurryAgent.setLogEnabled(true);
FlurryAgent.setLogEvents(true);
FlurryAgent.setLogLevel(android.util.Log.ERROR);
FlurryAgent.init(this, FLURRY_ID);
Errors:
Could not find class 'com.flurry.sdk.br', referenced from method com.flurry.sdk.bq.a
and
There is a problem with the Google Play Services library, which is required for Android Advertising ID support. The Google Play Services library should be integrated in any app shipping in the Play Store that uses analytics or advertising.
Can you please advise?
If you're using Proguard, the Flurry guide page tells it is necessary to add the following lines to you proguard config file:
Also take a look at this answer.