I want to add Google Analytics to my app. I made the following changes according to instructions from google:
Code
<service android:name="com.DriverNotes.AndroidMobileClient.GcmIntentService" />
<service android:name=" com.google.android.gms.analytics.CampaignTrackingService" />
but I am getting this error in the Manifest file:
Failure [INSTALL_PARSE_FAILED_MANIFEST_MALFORMED]
I tried removing the ' ' (space) symbol in ...oid:name=" com.google.androi...
but after restart it returns.