androidandroid-studioflurryflurry-analytics

Flurry Analytics Integration Errors


After I successfully integrated flurry SDK into the library by using this code in my build.gradle file.

compile 'com.flurry.android:analytics:6.2.0'

I created java Class to integrate my API Key into my code, but I faced this probleme and I have no clue what should I do to successfully integrate it

-cannot resolve symbol FlurryAgent

-cannot resolve symbol flurrylistener

image of the error

PS: I'm new to Flurry analytics and Android Studio


Solution

  • For now just remove the withListener() line. It's not necessary to initialize Flurry. Once you have your integration working, you can go back and set it up if you want, I've found it only to be necessary if you need to send events before Flurry completes initialization.