草庐IT

android - Google App Engine Cloud Endpoints Pr@blem 标记 -> 在干净的 Android 项目上生成 App Engine 错误

coder 2023-12-09 原文

我创建了一个干净的 Android 应用程序 A 然后我右键单击它并选择了 Google->Generate App Engine 这导致了这个:

错误描述是:

Description Resource    Path    Location    Type
There was a problem generating the API metadata for your Cloud Endpoints classes: com.google.api.server.spi.tools.ClientLibGenerator$Language   A-AppEngine     Unknown Google App Engine Cloud Endpoints Problem Marker

如何解决这个问题?

最佳答案

在查看了很多帖子后,我终于修复了这个错误,虽然我不知道为什么会这样:

  • 右键单击项目
  • 属性--> builder
  • 取消选中 Google App Engine 项目验证器。
  • 然后清理项目。
  • 然后再次检查 Google App Engine 项目验证器。
  • 然后左键单击该项目,
  • 转到项目-->构建项目。
  • 完成。

谁能解释一下?

关于android - Google App Engine Cloud Endpoints Pr@blem 标记 -> 在干净的 Android 项目上生成 App Engine 错误,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/23595180/

有关android - Google App Engine Cloud Endpoints Pr@blem 标记 -> 在干净的 Android 项目上生成 App Engine 错误的更多相关文章

随机推荐