android - google Analytics V4 cannot be imported? -


i'am trying add google analytics application

i've followed every step @ page

https://developers.google.com/analytics/devguides/collection/android/v4/#tracking-methods

the issue eclipse not recognized tracker , googleanalytics

the google play service , every thing installed sdk

i've tried search v4 analytics sdk could't find

i don't know if mess here

any advice ?

finally found solution ..

google analytics v4 has no sdk , depends on google play services sdk

so here did :

  1. download google play services sdk android sdk
  2. go android sdk folder on pc partition
  3. follow path (/extras/google/google_play_services/libproject/ )
  4. you'll find folder ( google-play-services_lib ) <- thats need
  5. now go eclipse , import project ( google-play-services_lib ) library
  6. right click on project properties -> android -> second tab ( library ) click add , select google-play-services_lib

now you've done can use google analytics v4 no problems @ all

the idea need download , import google play services eclipse add library project .

enjoy coding ..


Comments

Popular posts from this blog

java - Intellij Synchronizing output directories .. -

git - Initial Commit: "fatal: could not create leading directories of ..." -