gpt4 book ai didi

android - 在 React Native 中找不到 intellij-core.jar

转载 作者:行者123 更新时间:2023-11-29 02:24:44 25 4
gpt4 key购买 nike

我正在尝试在 Android studio 中同步 React-Native 项目,每当我尝试同步它时,它都会抛出如下错误,

Could not find intellij-core.jar (com.android.tools.external.com-intellij:intellij-core:26.0.1).
Searched in the following locations:
https://jcenter.bintray.com/com/android/tools/external/com-intellij/intellij-core/26.0.1/intellij-core-26.0.1.jaa r

对于 Cordova 和其他项目的相同问题,我尝试了前面提到的许多方法,但我看不到它对我的 React-Native 有效。

我的 build.gradle 文件如下所示

buildscript {
ext {
buildToolsVersion = "27.0.3"
minSdkVersion = 16
compileSdkVersion = 27
targetSdkVersion = 26
supportLibVersion = "27.1.1"
}
repositories {
jcenter()
google()
}
dependencies {
classpath 'com.android.tools.build:gradle:3.1.4'

// NOTE: Do not place your application dependencies here; they belong
// in the individual module build.gradle files
}
}

allprojects {
repositories {
mavenLocal()
jcenter()
maven {
// All of React Native (JS, Obj-C sources, Android binaries) is installed from npm
url "$rootDir/../node_modules/react-native/android"
}
google()
}
}

Duplicated Questions 的答案看起来像 Cordova,但我的问题是关于 React-Native,我尝试了所有的答案,但没有一个不起作用

最佳答案

看来 jcenter 昨天坏了。在您的 build.gradle 文件中,将 jcenter() 移到 google() 下方(两个位置)。

更多信息: https://github.com/facebook/react-native/issues/21907#issuecomment-432319128

关于android - 在 React Native 中找不到 intellij-core.jar,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/52971688/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com