Search code examples
javaandroidsdkimportflurry

Flurry enableAppCircle() method undefined


this may be more of a library importing issue.

I have the Flurry SDK in my android java project. The latest version of FlurryAgent.jar is in my libs folder. (version 3.0.5)

Some methods work, such as startSession and logEvent, but other methods that the flurry docs say should exist are not within the SDK.

ie. enableAppCircle() is undefined.

Could this be possibly imported wrong or incompletely? some methods do work and log events on the Flurry web console.

How can I get the Appcircle methods

I am using Eclipse


Solution

  • The Flurry SDK v3.x for Android contains all the existing Flurry Analytics functionality as well as the new Advertising functionality. AdUnity is contained in the same JAR file that contains the Analytics libraries so no additional libraries are required. Also, the method enableAppCircle() is no longer present in this SDK. You just need to initialize and request ads inside your code. The integration instructions are available inside the SDK folder. Alternatively, you may refer to the support page for more details: http://support.flurry.com/index.php?title=Publisher/GettingStarted/TechnicalQuickStart/Android. (Full disclosure: I work in the Support team at Flurry)