Method not found: 'Android.Runtime.JNIEnv.CallStaticVoidMethod'.
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?
+1. I'm getting this too.
I'm also having this problem, any word on this issue yet?
No sorry.. nothing.. i just skipped it totally.
+1 same for me.