Change theme
Help
Press space for more information.
Show links for this issue (Shortcut: i, l)
Copy issue ID
Previous Issue (Shortcut: k)
Next Issue (Shortcut: j)
Sign in to use full features.
Vote: I am impacted
Notification menu
Refresh (Shortcut: Shift+r)
Go home (Shortcut: u)
Pending code changes (auto-populated)
View issue level access limits(Press Alt + Right arrow for more information)
Request for new functionality
View staffing
Description
I realized that if you create an Android app connected to GAE following this tutorial:
creating first the Android project and later the "App Engine Connected Android Project", when you generate the Cloud Endpoint Client Library, the class "CloudEndpointUtils" is created within the Android Project (as the rest of endpoint classes).
But if you first create a GAE project with the endpoints and generate the Client library, this "CloudEndpointUtils" class is never generated. This class is very useful for local development and it is hard to make it works if you don't know about the logic of this "CloudEndpointUtils", because there is nothing about it in the basic documentation here:
My request is to generate this class among the rest of classes generated in the GAE project (that later should be moved to the Android project). So that both ways will have available this class.