我刚刚在我的 React Native 应用程序上安装了 firebase 消息传递服务,在安装模块后,我在编译时收到此错误:`FAILURE: Build completed with 2 failures。
哪里: 构建文件 '/home/fredy/Bureau/monapp/node_modules/@react-native-firebase/messaging/android/build.gradle' 行:75
出了什么问题: 评估项目“:@react-native-firebase_messaging”时出现问题。
无方法签名:firebase_json_c54o9pv7otjdf4v6o99zlwlkv$_run_closure1.doCall() 适用于参数类型:(String, Boolean) 值:[messaging_auto_init_enabled, true] 可能的解决方案:doCall(java.lang.Object)、findAll()、findAll()
未指定compileSdkVersion。
` 请帮帮我
答案 0 :(得分:1)
尝试更新 package.json 中的所有 @react-native-firebase/
模块。
然后 npm i
并再次构建。