无法打开文件:gradle

时间:2016-04-02 14:27:41

标签: android

大家好我已经完成了stackoverflow的所有答案,但没有解决我的问题。这是我的“build.gradle(app)”文件。在使用程序编译gradle文件时,我收到了无法找到文件的错误。

apply plugin: 'com.android.application'

android {
    compileSdkVersion 21
    buildToolsVersion "21.1.1"

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

dependencies {
    compile fileTree(dir: 'libs', include: ['*.jar'])

    compile 'com.android.support:appcompat-v7:21.0.0'
}

0 个答案:

没有答案