When I use this lines for Google Analytics, I get this error: Error occurred
An error has occurred in sub: java.lang.NoSuchMethodException: getTracker()
Why is it?
An error has occurred in sub: java.lang.NoSuchMethodException: getTracker()
B4X:
Dim r As Reflector
r.Target = r.RunStaticMethod("com.google.analytics.tracking.android.EasyTracker", "getTracker", Null, Null)
r.RunMethod2("sendView", "<pnlChartContains>", "java.lang.String")
Why is it?