개발/ETC
DELETE_FAILED_INTERNAL_ERROR Error while Installing APKs
워너-비
2017. 11. 17. 11:38
DELETE_FAILED_INTERNAL_ERROR
Error while Installing APKs
Android Studio 3.0에서 개인 프로젝트를 가상기기로 실행하던 중 다음과 같은 에러가 발생했다.
Failure: Install failed invalid apk Error: While installing apk |
구글링을 한 결과 아래와 같이 빌드 환경설정에서 'Enable Instant Run'을 체크 해제하면 된다.
Preferences > Build, Execution, Deployment > Instant Run > Uncheck : Enable Instant Run
이전에 빌드했던 파일에 에러가 남아있어 Instant Run에 의해 누적된듯 싶다.