Java Question Flurry SDK Integration issu

mouhaddab

Member
Licensed User
hi,
I want to integrate the sdk flurry in my app:
1- I download the sdk flurry
2- I create the wrapper of the sdk with SLC (Flurryanalytic.jar and Flurryanalytic.xml)
3- I add the wrapper file + native sdk (flurryagent.jar) to the additional libs directory
4. I check the librery on my project

The problem that I can not find the FlurryAgent.init () function to initialize the sdk
what gives me the following error:

"Java.lang.IllegalStateException: Flurry SDK must be initialized before starting a session"

thank you for helping me
 
Top