react-native – 找不到support-v4.aar(com.android.support:support-v4:25.2.0)

前端之家收集整理的这篇文章主要介绍了react-native – 找不到support-v4.aar(com.android.support:support-v4:25.2.0)前端之家小编觉得挺不错的,现在分享给大家,也给大家做个参考。
我正在运行示例应用程序……我正在使用 this模块…..但我收到这样的错误
FAILURE: Build Failed with an exception.

* What went wrong:
A problem occurred configuring project ':app'.
> A problem occurred configuring project ':react-native-google-analytics-bridge'.
   > Could not find support-v4.aar (com.android.support:support-v4:25.2.0).
     Searched in the following locations:
         https://jcenter.bintray.com/com/android/support/support-v4/25.2.0/support-v4-25.2.0.aar

My module version is :”react-native-google-analytics-bridge”: “^5.2.2”

这是截图:

在这种失败的情况下,有时模块链接不顺利.请尝试按照链接中的说明手动链接模块: https://github.com/idehub/react-native-google-analytics-bridge/wiki/Manual-installation 和/或尝试用编译’com.android.support:support-v13:23.1.1’替换“support-v4:25.2.0”. 位置:Android / App / build.gradle
原文链接:https://www.f2er.com/react/300861.html

猜你在找的React相关文章