Ollie
Ollie

Reputation: 1170

Android.Gms.Analytics.HitBuilders.AppViewBuilder is obsolete

When compiling our xamarin droid app we are getting the following warning:

'Android.Gms.Analytics.HitBuilders.AppViewBuilder' is obsolete: 'This class is obsoleted in this android platform'

We are using the latest version of Google play services for ICS and our app is running on API level 16. If the AppViewBuilder is obsolete what are we meant to use instead? or is there a new library we need to upgrade to?

Upvotes: 2

Views: 2161

Answers (1)

DzungPV
DzungPV

Reputation: 1891

AppViewBuilder has now been deprecated, replaced by the new ScreenViewBuilder class. You can see more here Android: Google Analytics availability in Google Play Services?

Upvotes: 3

Related Questions