我正在尝试使用适用于Android的Google Play服务获得排行榜。我可以毫无问题地登录和退出。此外,当我尝试展示排行榜时,它会加载并说出"没有互联网连接"。我的互联网连接正在清理工作,我可以在手机上的其他应用程序中使用排行榜(而不是我的应用程序)。有没有人遇到过这个问题?
我也在LogCat中看到了这个错误,但是我已经读过我应该忽略它。事实上,我可以毫无问题地登录和退出,这表明这是一个红鲱鱼。 "未找到Google Play服务资源。检查项目配置以确保包含资源。"
logcat的:
02-27 13:55:09.196: E/GooglePlayServicesUtil(25477): The Google Play services resources were not found. Check your project configuration to ensure that the resources are included.
02-27 13:55:09.246: E/GooglePlayServicesUtil(25477): The Google Play services resources were not found. Check your project configuration to ensure that the resources are included.
02-27 13:55:09.261: E/GooglePlayServicesUtil(25477): The Google Play services resources were not found. Check your project configuration to ensure that the resources are included.
02-27 13:55:11.106: W/PicturePileLayerContent(25477): Warning: painting PicturePile without content!
02-27 13:55:11.106: W/PicturePileLayerContent(25477): Warning: painting PicturePile without content!
02-27 13:55:12.126: W/PicturePileLayerContent(25477): Warning: painting PicturePile without content!
02-27 13:55:12.351: W/GLSUser(14068): GoogleAccountDataService.getToken()
02-27 13:55:12.586: W/NetworkManagementSocketTagger(14103): untagSocket(153) failed with errno -22
02-27 13:55:12.586: E/Volley(14103): [25958] sm.a: Unexpected response code 400 for https://www.googleapis.com/games/v1/leaderboards/2131099679/scores?score=1&language=en_GB
02-27 13:55:12.596: W/LeaderboardAgent(14103): {"code":400,"errors":[{"message":"Invalid leaderboardId with value 2131099679.","domain":"global","reason":"invalid"}]}
以下是我设备的屏幕截图。