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

Popular posts from this blog

javascript - Jquery show_hide, what to add in order to make the page scroll to the bottom of the hidden field once button is clicked -

javascript - Highcharts multi-color line -

javascript - Enter key does not work in search box -