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

我在Android studio中有一个错误“未能解析junit:4.12”

温开畅
2023-03-14

我在安装Android Studio2.3.3后创建了一个新项目,但Gradle build由于以下三个错误而失败:

错误:无法解析:JUnit:JUnit:4.12打开文件
显示在项目结构对话框中

编辑:

apply plugin: 'com.android.application'
android {
    compileSdkVersion 25
    buildToolsVersion "26.0.0"
    defaultConfig {
    applicationId "com.example.tasneem.sunshine"
    minSdkVersion 19
    targetSdkVersion 25
    versionCode 1
    versionName "1.0"
    testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
}
buildTypes {
    release {
        minifyEnabled false
        proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
    }
}
repositories {
    maven { url 'http://repo1.maven.org/maven2' }


   }
}

dependencies {
    compile fileTree(include: ['*.jar'], dir: 'libs')
    androidTestCompile('com.android.support.test.espresso:espresso-core:2.2.2', {
        exclude group: 'com.android.support', module: 'support-annotations'
    })
    compile 'com.android.support:appcompat-v7:25.3.1'
    compile 'com.android.support.constraint:constraint-layout:1.0.2'
}

Build.Gradle(项目)

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

buildscript {
    repositories {
        jcenter()
    }
    dependencies {
        classpath 'com.android.tools.build:gradle:2.3.3'

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

allprojects {
    repositories {
        jcenter()
    }
}

task clean(type: Delete) {
    delete rootProject.buildDir
}

共有1个答案

罗寒
2023-03-14

首先,连接您的internet连接,然后更新您的junit库。

 类似资料:
  • 我试图在我的应用程序中使用Firebase。 在Gradle中添加三行后,我得到了这个错误: 错误:(27,13)未能解析:com.google.firebase:firebase核心:9.8.0 以下是我的代码的一些图像: 为什么我得到这个错误?

  • 我正在建立websocket连接,当它建立WS连接时,它正在建立,如果这是WSS连接得到错误。 法典: pom.xml: 例外情况: java.net.UnknownHostException:无法解析某个主机。每个解析超出最大查询数4 at io.netty.resolver.dns.DnsResolveContext.finishResolve(DnsResolveContext.java:8

  • 我正在用vuejs 2构建一个新应用程序,但出现了这个错误 错误/node_modules/babel loader/lib/node_modules/vue loader/lib/selector。js?类型=脚本 我以前用过“this”,但除了今天,我没有得到那个错误。这是我的密码 请帮助

  • 我试图在我的帖子中获取有关已安装应用程序的详细信息。而且,我收到了以下错误: 代码: 错误: LNK1120:5个未解析的外部 LNK2019:未解析的外部符号\u imp_RegCloseKey@4在函数“void \uu cdecl RegistryEnum(void)”中引用(?RegistryEnum@@YAXXZ) LNK2019:未解析的外部符号\u imp_RegEnumKeyExW

  • 我正在尝试使用以下代码将bmp图像转换为png图像: 执行此代码会触发以下错误: LNK1120:9个未解析的外部 LNK2019:函数“int \uu cdecl save\u png\u to\u file(struct \u RGBBitmap*,char const*)”中引用的未解析外部符号\u png\u create\u info\u struct(?save\u png\u to\

  • 错误 第6:44行:在函数“app”中调用React Hook“useState”,该函数既不是React函数组件,也不是自定义React Hook函数React Hook/rules of Hook 搜索关键字以了解有关每个错误的更多信息。