How to return a list of custom objects on Objectify
问题 I'm working on an Android project which uses Google App Engine for backend as described here: Using Android & Google App Engine on Android Studio. I have some model classes on the backend side like User and Item, and I'm trying to return a list of Items user has. public List<Ref<Item>> getItems() { return items; } When I try to Sync Project with Gradle Files , I get this error: Error:Execution failed for task ':backend:appengineEndpointsGetClientLibs'. There was an error running endpoints