Search code examples
androidflurry

Not able to see analytics of Android in Flurry


In my android applcation I am calling FlurryAgent.onStartSession in onStart method. And FlurryAgent.onEvent("Started game"); subsequently. But still I am not able to see any data on the flurry dash board.

I am running this application only on emulator.

Is there any other way of doing this?


Solution

  • Are you sure you have the correct id?

    Flurry isn't really real time, you have to wait a bit. Have you done that?