不支持在任务“:app:processDebugGoogleServices”完成之前查询 provider(interface java.util.Set) 的映射值

Querying the mapped value of provider(interface java.util.Set) before task ':app:processDebugGoogleServices' has completed is not supported

提问人:Aryan Tiwari 提问时间:10/7/2022 更新时间:2/9/2023 访问量:429

问:

https://github.com/MrAryan8728/Ecommerce

这是我的 github 存储库链接。我在应用程序中收到错误。 请任何人帮助我解决它。

安卓 android-gradle-plugin android-support-library

评论

0赞 Community 10/8/2022
请澄清您的具体问题或提供其他详细信息,以准确说明您的需求。正如目前所写的那样,很难确切地说出你在问什么。

答:

1赞 Code on the Rocks 2/9/2023 #1

在 android/build.gradle 中,将 google-services 类路径更新为 4.3.14:

dependencies {
        ...
        classpath 'com.google.gms:google-services:4.3.14'
    }