Flurry.Analytics icon indicating copy to clipboard operation
Flurry.Analytics copied to clipboard

Method not found: 'Android.Runtime.JNIEnv.CallStaticVoidMethod'.

Open empaaa opened this issue 10 years ago • 4 comments

Both on android and iOS, it crashes on : Android -> FlurryAgent.Init (this, apiKey); iOS -> FlurryAgent.StartSession(apiKey);

All i have done is added the packages from nuget, and then on android i do: FlurryAgent.Init (this, apiKey);

And on iOS i do: FlurryAgent.SetCrashReportingEnabled(true); FlurryAgent.SetAppVersion(new Version_iOS().GetVersionNumber()); FlurryAgent.StartSession(apiKey);

And i get the following error message: Method not found: 'Android.Runtime.JNIEnv.CallStaticVoidMethod'.

on Init for android, and on StartSession on iOS.

What have i missed out?

empaaa avatar May 11 '15 11:05 empaaa

+1. I'm getting this too.

EckyZero avatar May 14 '15 01:05 EckyZero

I'm also having this problem, any word on this issue yet?

tcoxMonkeyCoder avatar Jun 08 '15 21:06 tcoxMonkeyCoder

No sorry.. nothing.. i just skipped it totally.

empaaa avatar Jun 08 '15 21:06 empaaa

+1 same for me.

sebastianhaas avatar Aug 20 '15 09:08 sebastianhaas