02-17 18:16:09.870:E / GMPM(12680):GoogleService初始化失败,状态:10,缺少预期资源:' R.string.google_app_id'用于初始化Google服务。可能的原因是缺少google-services.json或com.google.gms.google-services gradle插件。
我试图删除此错误日志。我可以使用 google_play_services.json 这样的链接找到解决此类问题的一些建议: GoogleService failed to initialize
但我的项目没有使用gradle,所以我会在strings.xml中添加google_app_id。现在我很困惑。究竟是什么google_app_id?有人说它是项目编号,有人说它是项目编号......即使在google_play_services.json文件中也有一些名为" project_id"," project_number&#的属性34;," mobilesdk_app_id"," client_id"仍然没有" google_app_id"属性。
每个应用程序的独特价值都可以吗?如果是这样,它将使用项目ID或号码,但我不确定。
提前谢谢。
答案 0 :(得分:0)
我找到了另一个解决方案, juste remove" google_app_id"来自您的string.xml 文件(它将避免重复)