无法解决:com.android.support.test.espresso:espresso-core:2.3.3

时间:2017-07-13 11:58:13

标签: android

当我尝试安装存储库时,我收到了gradle错误(module:app),表明无法从Internet获取所需的包。另外,我是Ubuntu用户。

apply plugin: 'com.android.application'

android {
    compileSdkVersion 25
    buildToolsVersion "25.0.2"
    defaultConfig {
        applicationId "com.example.subhashini.techloggia"
        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'
        }
    }
}
dependencies {
    compile fileTree(include: ['*.jar'], dir: 'libs')
    androidTestCompile('com.android.support.test.espresso:espresso-core:2.3.3', {
        exclude group: 'com.android.support', module: 'support-annotations'
    })
    compile 'com.android.support:appcompat-v7:25.1.0'
    //testCompile 'junit:junit:4.12'
    compile 'com.android.support.constraint:constraint-layout:1.0.0-beta4'
}

2 个答案:

答案 0 :(得分:0)

在android studio中打开sdk管理器并将android支持库更新到47.0.0v。

答案 1 :(得分:0)

如果没有您的错误日志,则无法知道这是否是唯一的问题,但我怀疑错误的原因是espresso version 2.2.2是最新版本(至少,我知道)。< / p>

将版本号从UPDATE table_name SET date_field = '10JUL2017' WHERE id = 1; 更改为2.3.3