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!