네 감사합니다. 잘됩니다.
이게 되고 나니 다른 에러가 나는데요. ^^;;
에러난 부분 :
android {
compileSdkVersion 25
buildToolsVersion “25.0.3”
defaultConfig {
applicationId “com.remotemonster.remonrtc”
minSdkVersion 19
targetSdkVersion 25
versionCode 10001001
versionName “1.1.0”
multiDexEnabled true
testInstrumentationRunner “android.support.test.runner.AndroidJUnitRunner”
–>요 부분인듯 합니다.
jackOptions {
enabled true
}
}
컴파일러 에러 메세지:
Could not find method jackOptions() for arguments [build_az9fs6dxfrp1wr0g3v7etyc7y$_run_closure1$_closure3$_closure7@1dcdde9] on DefaultConfig_Decorated{name=main, dimension=null, minSdkVersion=DefaultApiVersion{mApiLevel=19, mCodename=‘null’}, targetSdkVersion=DefaultApiVersion{mApiLevel=25, mCodename=‘null’}, renderscriptTargetApi=null, renderscriptSupportModeEnabled=null, renderscriptSupportModeBlasEnabled=null, renderscriptNdkModeEnabled=null, versionCode=10001001, versionName=1.1.0, applicationId=com.remotemonster.remonrtc, testApplicationId=null, testInstrumentationRunner=android.support.test.runner.AndroidJUnitRunner, testInstrumentationRunnerArguments={}, testHandleProfiling=null, testFunctionalTest=null, signingConfig=null, resConfig=null, mBuildConfigFields={}, mResValues={}, mProguardFiles=[], mConsumerProguardFiles=[], mManifestPlaceholders={}, mWearAppUnbundled=null} of type com.android.build.gradle.internal.dsl.DefaultConfig.