Generating the API metadata for Cloud Endpoints classes failed

吃可爱长大的小学妹 提交于 2019-11-29 13:02:17

In the end I have resolved my problem. The error was in a method in one of the endpoints that had as a parameter a com.google.appengine.api.datastore.Blob

To find the problem I executed manually (from a terminal) the creation of the cloud endpoint library, being able to see few more detailed line of output and so figuring out the endpoint that was having troubles. (To understand how to do so read the section "Generating a client library for android using endpoint.sh" there )

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!