AS生成的build.gradle文件,为什么在4.0的手机上不能运行

android {
compileSdkVersion 25
buildToolsVersion "23.0.2"

defaultConfig {
    applicationId "com.etag.etbalance"
    minSdkVersion 14
    targetSdkVersion 25
    versionCode 1
    versionName "1.0"
}
buildTypes {
    release {
        minifyEnabled false
        proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
    }
}

}

dependencies {
compile fileTree(dir: 'libs', include: ['*.jar'])
testCompile 'junit:junit:4.12'
compile 'com.android.support:appcompat-v7:25.3.1'
}

不能运行是指报错还是什么?没有报错日志吗

······build.gradle不能运行不是很正常的吗,你要apk安装包或者连接studio 运行才能运行啊

是不能在4.0手机上运行,还是都不能运行?