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;