当前位置: 首页 > 知识库问答 >
问题:

无法解析com.android.tools.build:gradle:3.1.4,React-原生运行-Android

尹善
2023-03-14

我的build.gradle文件如下:

// Top-level build file where you can add configuration options common to all sub-projects/modules.

buildscript {
    ext {
        buildToolsVersion = "27.0.3"
        minSdkVersion = 16
        compileSdkVersion = 27
        targetSdkVersion = 26
        supportLibVersion = "27.1.1"
    }
    repositories {
        // mavenCentral()

        google()
        // maven {
        //     url "https://maven.google.com"
        // }
        jcenter()
    }
    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()
        google()
        jcenter()
        maven {
            // All of React Native (JS, Obj-C sources, Android binaries) is installed from npm
            url "$rootDir/../node_modules/react-native/android"
        }
    }
}


task wrapper(type: Wrapper) {
    gradleVersion = '4.4'
    distributionUrl = distributionUrl.replace("bin", "all")
}

正如您可以从注释出的行中看到的,我已经尝试了基于以前答案的多种组合

每个错误消息的公分母是

我也尝试过cd Android/&&gradlew clean,我也尝试过将gradle版本改为Classpath。结果都一样。

有什么建议吗?

共有1个答案

麻鹏鹍
2023-03-14

我自己也碰到过。

android入门文档不太正确。

不要安装Android8.0&SDK平台26.0.3,而是选择Android8.1&27.0.3

 类似资料:
  • 遇到这个问题的人都无法解决配置':react-native-fast-image:classpath'的所有工件,并且找不到com.android.tools.build:gradle:3.6.3?我试着打开项目结构,看到gradle插件工具是3.6.3,而gradle版本是5.4.6,但我不知道现在发生了什么 build.gradle文件:

  • 每次我重新打开项目和模拟器时,我都必须在命令提示符中运行和吗? 谢谢。

  • 我已经被困了两天了,我正在尝试设置,一切都就绪了:最新的Android Studio、Genymotion、Path.io/react-native/docs/geting-started.html上的所有指导。 当我运行或时,我会得到以下错误: C:\users\pc\desktop\bot>react-native run-android系统找不到指定的路径。child_process.js:

  • 当我试图在我的Android设备中运行我的react-native应用程序时,我遇到了一个问题。即使我确定设备是连接的,它也是连接的。 adb设备 附加的设备列表 HMNBBCE6A2826109器件 我得到这个错误 无法在设备上安装应用程序,请阅读上面的错误以了解详细信息。确保运行了Android模拟器或连接了设备,并设置了Android开发环境:https://facebook.github.

  • 我试图将sqldelight集成到Android/iOS的多平台库项目中,但在同步Gradle时出现了几个未解决的依赖错误。 错误:无法解析“:SharedCode@Debug/CompileClasspath”得依赖项:无法解析com.squareup.sqldelight:运行时:1.1.3. 错误:无法解析“:SharedCode@Release/CompileClasspath”得依赖项:

  • ////我在环境变量中设置了jdk路径。但是应用程序无法安装。我试了很多次。但是错误仍然there.do回复如果有任何解决方案。 ///