我的情况
allprojects {
repositories {
...
maven {
url "$rootDir/../node_modules/react-native/android"
}
}
...
}
注意去掉.. ,最后的:url “$rootDir/node_modules/react-native/android”
我的情况
allprojects {
repositories {
...
maven {
url "$rootDir/../node_modules/react-native/android"
}
}
...
}
注意去掉.. ,最后的:url “$rootDir/node_modules/react-native/android”