반응형
이번 포스팅은 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]로 이동 후 아래와 같이 항목 체크 해제
반응형
'Dev & Tech > Android & iOS' 카테고리의 다른 글
| [Error] Unable to add window -- token null is not valid; is your activity running? (0) | 2019.08.26 |
|---|---|
| [Error] You need to use a Theme.AppCompat theme (or descendant) with this activity. (0) | 2019.08.26 |
| [Android] Android FileProvider 파일 공유 방법 (0) | 2019.08.26 |
| [Android] AndroidX로 마이그레이션 해야 하는 이유와 방법 (0) | 2019.01.31 |
| [Android] SwipeRefreshLayout를 활용한 예제 (2) | 2016.05.19 |