【发布时间】:2017-03-11 10:56:32
【问题描述】:
E/SignInIntentService(15080):未配置访问。 Google Play Game Services API 之前未在项目 608941808256 中使用或已禁用。通过访问https://console.developers.google.com/apis/api/games/overview?project=608941808256 启用它,然后重试。如果您最近启用了此 API,请等待几分钟,让该操作传播到我们的系统并重试。
这个数字是多少? 608941808256 在 strings.xml 我有
<string name="google_app_id">33681715070</string>
【问题讨论】:
-
您不应该在 strings.xml 中自己定义您的 API 密钥。 Google play services Gradle 插件为您定义了它
-
好的。不过,由于 Eclipse 可以支持 Gradle 项目,因此并没有真正解决我的评论
标签: android google-play-services