react-native-device-info集成遇到的坑

Posted plblog

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了react-native-device-info集成遇到的坑相关的知识,希望对你有一定的参考价值。

在集成react-native-device-info的时候遇到一个坑,找了好久才找不出来,这个组件按照步骤来ios没啥问题,安卓就有问题了。

Error:Could not find common.jar (android.arch.core:common:1.0.0).
Searched in the following locations:
    https://jcenter.bintray.com/android/arch/core/common/1.0.0/common-1.0.0.jar

 


解决方法:
在android/build.gradle里面加入一行代码,这样就完美解决了

maven { url "https://maven.google.com" }

 

技术图片


作者:如风而行
链接:https://www.jianshu.com/p/2e25be54bbab

以上是关于react-native-device-info集成遇到的坑的主要内容,如果未能解决你的问题,请参考以下文章

react-native-device-info集成遇到的坑

react native android 开发,基础配置笔记。

如何在反应原生android中获取设备ID?

React Native常用第三方组件汇总--史上最全 之一

React-Native:啥会导致模块为空?

react native ios 开发,基础配置笔记。