본문 바로가기
App Dev/Android

[Android] Try disabling Instant Run 오류 해결하기

by hyen_ 2022. 9. 15.
300x250

 

프로젝트를 RUN했는데,

 

This version of Android Studio is imcompatible with the Gradle Plugin used. Try disabling Instant Run

다음과 같은 오류가 발생하였을때, 해결방법을 알려드리겠습니다.

 

 

 

[File] - [Settings] 을 들어갑니다.

 

 

 

Settings 창이 뜨면

왼쪽에 [ Build, Execution, Deployment ]를 클릭하고

[ Instant Run ]을 클릭하여 아래와 같은 셋팅이 나타나도록 합니다.

 

상단에 [Enable Instant Run to hot swap code/resource changes on display]가 체크되어있는 것을 볼 수 있습니다.

 

 

 

 

[Enable Instant Run to hot swap code/resource changes on display] 에 체크되어있는 것을 아래와 같이 해제하고나서

[OK]를 누르고 다시 프로젝트를 run하면 정상적으로 앱이 설치될것입니다.

 

 

 

 

300x250
반응형

댓글