升级的Google服务为我提供了“找不到匹配的客户”。错误
当我升级项目时,
classpath 'com.google.gms:google-services:4.3.10'
它
classpath 'com.google.gms:google-services:4.3.12'
给了我错误 “没有找到包装名称的匹配客户端。...”
我的项目有很多口味,而且,如果有帮助,这是一个图书馆项目。
你能告诉我修复吗?
When I am upgrading my project from
classpath 'com.google.gms:google-services:4.3.10'
to
classpath 'com.google.gms:google-services:4.3.12'
it is giving me error
"No matching client found for package name ...."
My project has lots of flavors, and also, it is a library project, if this helps.
Can you tell me the fix?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
如果您的applicationID在构建类型之间有所不同,则可以将这些特定的工件添加到特定的依赖性风味中,例如释放图像。
If your applicationId is different between your buildTypes, you can add those particular artifacts to specific dependency flavor like releaseImplementation for example.