I am working on an App-Engine-connected-Android project created through Google Plugin for Eclipse. After I updated some fields and methods for one of the entity classes in the App Engine backend, I regenerated the Cloud Endpoints client library, but it still shows old methods and new ones are not being generated.
I even tried the already existing endpoint libraries in the Android project and then regenerating the client libraries through GPE - it did not work.How can we fix this?