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?
Are you sure you have the correct id?
Flurry isn't really real time, you have to wait a bit. Have you done that?