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 :
- download
google play services sdk
android sdk - go android sdk folder on pc partition
- follow path
(/extras/google/google_play_services/libproject/ )
- you'll find folder (
google-play-services_lib
) <- thats need - now go eclipse , import project (
google-play-services_lib
) library - right click on project properties -> android -> second tab ( library ) click
add
, selectgoogle-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
Post a Comment