从55.4更新至57.1 android上报错了
-
Unable to resolve dependency for ':app@releaseStagingUnitTest/compileClasspath': Could not resolve project :react-native-device-info.
Unable to resolve dependency for ':app@releaseStagingUnitTest/compileClasspath': Could not resolve project :react-native-image-picker.
仅列出其中两个,其他所有依赖全都有这个问题
同时react-native-camera文件中报出
不知道是否是这两个问题导致
-
已解决,单纯的是AS上编译不通过,在webstrom上通过run-android可以运行,至于camera那个问题,把最后一幅图中的google()放到jcenter()上边就好了,不过每次打开AS看到那一堆红色还是很不爽,不知道有没有大神知道怎么解决那个问题