[WIP] Flurry Plugin for Android based on Flurry SDK GA 5.0.0

Hey guys,
I am working on my own Flurry plugin. I downloaded the latest Flurry SDK GA 5.0.0 for android. I used an application to decompile the jar file. I compared the old 3.1.0 SDK’s jar file with new SDK’s jar file. I noticed a few new methods like init, etc.
So far I’m able to Initilize the Flurry SDK and Start Session successfully. But when i try to log Event. i get following error

java.lang.NoSuchMethodError: no static method with name=‘logEvent’ signature=‘(Ljava/lang/String; )Ljava/lang/Class;’ in class Lcom/flurry/android/FlurryAgent;

Have same here, did you resolved it ?

Yup…Resolved it!

How ? Can you show me example how you have called logEvent from C# ?

Thank you !

I’m also having this problem. Any chance you could give us a clue on how you fixed this?