安装react-native-device-info错误后

时间:2019-01-10 05:31:59

标签: android reactjs react-native

enter image description here

失败:构建失败,并出现异常。

  • 其中: 构建文件'D:\ AndroidApps \ SenFinApp \ node_modules \ react-native-device-info \ andro id \ build.gradle'第29行

  • 出了什么问题: 评估项目':react-native-device-info'时发生问题。

      

    找不到参数[com.facebook.react:react的方法Implementation()   -native:+]类型为org.gradle.api.internal.artifacts.dsl.dependencies的对象。   DefaultDependencyHandler。

  • 尝试: 使用--stacktrace选项运行以获取堆栈跟踪。使用--info或--debug运行 选项以获取更多日志输出。

建立失败

总时间:6.084秒

D:\ AndroidApps \ SenFinApp \ android>

我试图在react native中使用react-native-device-info获取deviceId。然后我得到了以下错误。 使用本机版本 “ react-native”:“ 0.48.3”,

第29行

实现'com.facebook.react:react-native:+'

我遵循以下链接的说明:

https://github.com/rebeccahughes/react-native-device-info

请帮助我

谢谢。

1 个答案:

答案 0 :(得分:0)

现在我使用以下修复程序解决了此问题。 “ react-native-device-info”:“ ^ 2.3.2”,

  1. 转到文件/node_modules/react-native-device-info/android/build.gradle替换
  2. 通过编译实现

之前: enter image description here

之后: enter image description here