Gradle sync失败:com / intellij / openapi / util / io / FileUtil.toSystemIndependentName的@NotNull参数'aFileName'的参数不能为null

时间:2016-04-21 07:35:27

标签: android android-studio android-gradle

我将项目导入Android Studio 1.3.2,现在显示错误

Gradle sync started
Gradle sync failed: Argument for @NotNull parameter 'aFileName' of com/intellij/openapi/util/io/FileUtil.toSystemIndependentName must not be null
Gradle sync completed
IllegalArgumentException: Failed to set up Android modules in project 'MaterialTabs': Argument for @NotNull parameter 'aFileName' of com/intellij/openapi/util/io/FileUtil.toSystemIndependentName must not be null

摇篮

apply plugin: 'com.android.application'

android {
    compileSdkVersion 23
    buildToolsVersion "23.0.2"

    defaultConfig {
        applicationId "com.abc.abcd"
        minSdkVersion 15
        targetSdkVersion 23
        versionCode 1
        versionName "1.0"
    }
    buildTypes {
        release {
            minifyEnabled false
            proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
        }
    }
}

dependencies {
    compile fileTree(include: ['*.jar'], dir: 'libs')
    compile 'com.android.support:appcompat-v7:23.0.0'
    compile 'com.android.support:design:23.0.0'
    compile 'org.jbundle.util.osgi.wrapped:org.jbundle.util.osgi.wrapped.org.apache.http.client:4.1.2'
    compile files('libs/android-query-full.0.24.3.jar')
    compile 'com.google.android.gms:play-services:6.5.87'
}

1 个答案:

答案 0 :(得分:13)

我找到了解决这个问题的方法,我只是做了无效缓存并重新启动它,它工作正常。

但仍然如果有问题我建议尝试从gradle

更改compileSdkVersion