28.0.3\llvm-rs-cc.exe'' finished with non-zero exit value 1
13.03.2019 - 12:02
apply plugin: 'com.android.application'
android {
compileSdkVersion 26
buildToolsVersion '28.0.3'
compileOptions.encoding = 'ISO-8859-1'
defaultConfig {
applicationId "com.asde.sd"
minSdkVersion 15
targetSdkVersion 26
renderscriptTargetApi 20
//renderscriptSupportModeEnabled true // don't use support library as it bloats the APK, and we don't need pre-4.4 support
//need build tools higher than 20 at least to support ScriptIntrinsicHistogram
testApplicationId "net.sourceforge.opencamera.test"
testInstrumentationRunner "android.test.InstrumentationTestRunner"
}
buildTypes {
release {
minifyEnabled false
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.txt'
}
}
lintOptions {
checkReleaseBuilds false
}
}
dependencies {
compile 'com.android.support:support-v4:26.1.0'
compile 'com.google.android.gms:play-services:8.4.0'
compile 'com.android.support.constraint:constraint-layout:1.1.2'
bu hatayı alıyorum lütfen yardım edin
11
Görüntülenme
0 Beğeni