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 } } }