Monthly Archive: 4월 2018

[Android] Cannot set the value of read-only property ‘outputFile’ for ApkVariantOutputImpl_Decorated

안드로이드 Gradle 플러그인이 3.0.0 으로 업데이트되면서 마이그레이션 이슈가 생겼다. https://developer.android.com/studio/build/gradle-plugin-3-0-0-migration.html#variant_api gradle 빌드파일을 열어 아래와 같이 변경해준다. Use all() instead of each() Use outputFileName instead of output.outputFile if you change only file name (that is your case) 종속성...