I just started Google Cloud Endpoints.
When running android app, I have the following warning in logcat:
Tag: AbstractGoogleClient
Text: Application name is not set. Call Builder#setApplicationName.
Where to set Application name? Is it in android or app engine/cloud endpoints?
The Class
com.google.api.client.googleapis.services.AbstractGoogleClient
has a functionWhen using Gradle to generate your client libraries using
appengineEndpointsInstallClientLibs
You should be able to create an endpointbuilder for your endpoints:then... to get rid of the warning: