每当我尝试在Android Studio中运行GAME实例时,都会收到此错误:
Information:Gradle: Executing tasks: [:api:assemble]
Information:Compilation completed with 1 error and 0 warnings in 26 sec
Information:1 error
Information:0 warnings
Error:Gradle: Execution failed for task ':api:appengineEndpointsGetClientLibs'.
> There was an error running endpoints command get-client-lib: 503 Service Unavailable
{
"error": {
"errors": [
{
"domain": "global",
"reason": "backendError",
"message": "Backend Error"
}
],
"code": 503,
"message": "Backend Error"
}
}
之前有人见过吗?