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;...
[WIP] Flurry Plugin for Android based on Flurry SDK GA 5.0.0
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;...
[WIP] Flurry Plugin for Android based on Flurry SDK GA 5.0.0