GRADLE - APK 이름 변경 하기
Android Studio 3.0 업데이트 이후 이전에 쓰던 APK의 이름 변경하는 스크립트가 동작하지 않았다.Error 의 내용은 아래와 같다. "Cannot set the value of read-only property `outputFile` for ApkVariantOutputImpl_Decorated{apkData=Main{type=MAIN, fullName=debug, filters=[]}} of type com.android.build.gradle.internal.api.ApkVariantOutputImpl" output 파일 관련 권한 문제로 판단이 된다. *Gradle Console 의 에러 내용
개발 환경/Android
2017. 12. 12. 14:40