Error:Execution failed for task :cart:transformClassesWithInstantRunForDebug
안드로이드 스튜디오(Android Studio)에서 gradle 버전을 업데이트할 때 자주 발생하는 오류 메세지이다.
해결 방법은 두 가지이다. Gradle 버전을 원래대로 돌리거나 Instant run 옵션을 비활성화한다.
Instant run을 비활성화하는 방법은 다음과 같다.
1. 안드로이드 스튜디오의 상단 File 메뉴에서 'Settings...'를 클릭한다.
2. Settings 창이 열리면 Build, Execution, Deployment 항목을 펼쳐서 Instant Run 항목을 클릭한다.
그리고 "Enable Instant Run to hot swap code/resource changes on deploy" 체크 박스에서 체크를 풀어준다(Disable)
그리고 프로젝트를 Run 실행해서 정상 작동하면 끝!
(Android studio)Error inflating class ImageView 에러 (0) | 2019.04.17 |
---|---|
[Android Studio]No resource identifier found for attribute 'appComponentFactory' in package 'android' (0) | 2018.06.26 |
안드로이드 스튜디오 Could not find method compile() for arguments 빌드 에러 (0) | 2018.06.07 |
안드로이드 DexArchiveMergerException Unable to merge dex 오류 (0) | 2018.06.07 |
안드로이드 스튜디오 Cannot resolve symbol M 오류 (0) | 2018.06.05 |