Migrating to Cloud Endpoints Frameworks 2.0 for App Engine

给你一囗甜甜゛ 提交于 2019-11-30 22:42:00

Since the Gradle plugin is in the progress of being updated, for now you need to comment out/delete the endpoints fragment so that client libraries aren't generated on build. Then, if you need to generate client libraries, do it manually for now.

Hi don't know if you fixed it already but this solved my problem

compile 'com.google.endpoints:endpoints-framework:2.0.0-beta.9'

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