Google Analytics v4 in Android: Could not find class 'com.google.android.gms.analytics.Tracker' -
i desperately trying integrate ga v4 in android app. , followed guide here https://developers.google.com/analytics/devguides/collection/android/v4/
and integrated google play services lib described, gives me
could not find class 'com.google.android.gms.analytics.tracker
but can find classes , namespaces in project.
i can't figure out what's happening here.
i followed instruction on analytics android v4.
but additionally had update play services , build tools in sdk manager. had add compile 'com.google.android.gms:play-services:8.4.0'
in app build.gradle (above of compile 'com.google.android.gms:play-services-analytics:8.4.0'
. tracker class still unknown (red underlined) despite of pressed "run" (install app) in android studio , analytics recognized , used.
Comments
Post a Comment