반응형
이번 포스팅은 Android build 오류 해결 방법에 대하여 알아 보겠습니다.
< Error>
FAILURE: Build failed with an exception.
* What went wrong:
Execution failed for task ':app:transformClassesWithInstantRunForDebug'.
> com.android.build.api.transform.TransformException: java.lang.IllegalStateException: java.lang.IllegalStateException: Unexpected constructor structure.
< Solution >
1. [Preferences] 로 이동
2. [Instants Run]로 이동 후 아래와 같이 항목 체크 해제
반응형