I am trying to implement google analytics service to android app using the following documentation provided in sdk:
https://developers.google.com/analytics/devguides
I am not sure if acting on this warning will solve the issue you're having (i.e. not seeing any information in the Analytics admin site).
Anyway, here is what you should add to AndroidManifest.xml inside the application tag if you want to get rid of this warning:
You don't have to add all of this, just add what you need. In your case, you apparently just need to add the AnalyticsService service.
Source: https://developer.android.com/reference/com/google/android/gms/analytics/GoogleAnalytics.html