상세 컨텐츠

본문 제목

GRADLE - APK 이름 변경 하기

개발 환경/Android

by cepiloth 2017. 12. 12. 14:40

본문

728x90
반응형


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 의 에러 내용

FAILURE: Build failed with an exception.
* Where:
Build file 'C:\Users\jhlim\Documents\GitHub\LearningAndroid\app\build.gradle' line: 27
* What went wrong:
A problem occurred configuring project ':app'.
> 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.
* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output.
view raw gradle.console hosted with ❤ by GitHub












728x90
반응형

'개발 환경 > Android' 카테고리의 다른 글

관련글 더보기

댓글 영역