0

I am using Google Cloud Endpoints and have deployed the back-end globally. Now I am trying to run android application on Mobile. The documentation here shows that while deploying the application, I need to edit tag and enter my project id, which I have done.

However, running the application on mobile gives me the following error:

AbstractGoogleClient﹕ Application name is not set. Call Builder#setApplicationName.

There is another similar question here but hasn't been answered appropriately. Please help!

Community
  • 1
  • 1
Learner
  • 639
  • 5
  • 14

1 Answers1

1

I know its pretty late but this can be helpful to someone else.

You should add the application name when you try to build.

Refer this Set Application Name

Community
  • 1
  • 1
svg
  • 114
  • 1
  • 8