Search Unity

  1. Megacity Metro Demo now available. Download now.
    Dismiss Notice
  2. Unity support for visionOS is now available. Learn more in our blog post.
    Dismiss Notice

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

Discussion in 'Android' started by 0bytedna, Dec 22, 2014.

  1. 0bytedna

    0bytedna

    Joined:
    May 22, 2013
    Posts:
    6
    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;
     
    Last edited: Dec 24, 2014
  2. hunterua

    hunterua

    Joined:
    Nov 5, 2009
    Posts:
    42
    Have same here, did you resolved it ?
     
  3. 0bytedna

    0bytedna

    Joined:
    May 22, 2013
    Posts:
    6
    Yup..Resolved it!
     
  4. hunterua

    hunterua

    Joined:
    Nov 5, 2009
    Posts:
    42
    How ? Can you show me example how you have called logEvent from C# ?

    Thank you !
     
  5. OAT_PICKER

    OAT_PICKER

    Joined:
    Nov 15, 2013
    Posts:
    6
    I'm also having this problem. Any chance you could give us a clue on how you fixed this?