我正在运行示例应用程序……我正在使用
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