I am installing google analytics and when i write the line of code:
tracker.start(UA-..., 10)
Eclipse gives a warning that start method is deprecated. Anyone has done this recently? Are there new set of instructions on how to install google analytics? I am unable to find it.
@Valeh that link still has the depreciated code in there.
@NoviceMe I had the same issue, you may have found it already but if it helps someone else. Its not going to brake your code but have a look at this page under the heading ‘Depreciations’
http://analytics.blogspot.com/2011/08/new-google-analytics-sdk-for-android.html
it says:
Previously where you had:
You will have:
hope it helps.