jonly_w

android.enableAapt2=false;

# Specifies the JVM arguments used for the daemon process.
# The setting is particularly useful for tweaking memory settings.
org.gradle.jvmargs=-Xmx1536m
android.enableAapt2=false; 
# When configured, Gradle will run in incubating parallel mode.

implementation'com.android.support:design:27.1.1'


javaCompileOptions { annotationProcessorOptions { includeCompileClasspath = true } }

defaultConfig {
    applicationId "com.bawei.myapp4"
    minSdkVersion 15
    targetSdkVersion 27
    versionCode 1
    versionName "1.0"

    testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
    javaCompileOptions { annotationProcessorOptions { includeCompileClasspath = true } }
}

猜你喜欢

转载自blog.csdn.net/jonly_w/article/details/80258396
w
w3c
今日推荐