728x90
앱 실행 후
이런 런타임 오류 발생
java.lang.RuntimeException: java.lang.RuntimeException: com.intellij.util.io.PersistentEnumeratorBase$CorruptedException:
아래 stackoverflow에서 캐시무효화를 하라, 프로젝트 경로에 있는 생성된 폴더를 삭제하라 등등 답변을 참고하여
Error:java.lang.RuntimeException: com.intellij.util.io.PersistentEnumeratorBase$CorruptedException:
The problem below occured on my Intellij Error:Internal error: (com.intellij.util.io.PersistentEnumeratorBase$CorruptedException) PersistentEnumerator storage corrupted C:\Users\Steven\.IntelliJId...
stackoverflow.com
캐시 삭제 및 프로젝트 재시작으로
간단하게 해결했다.
1. File -> Invalidate Caches...
2. 기본으로 Clear VCS Log cashes and indexes가 선택 되어 있어서 그대로 Invalidate and Restart 클릭
3. 안드로이드 자동 재시작
728x90
반응형
'Android' 카테고리의 다른 글
[Android] 단말기 부팅 시 앱 자동 실행 (단말기 전원 껐다 켰을 때 앱 자동 실행) (0) | 2024.03.13 |
---|---|
[Android] AAPT: error: XML or text declaration not at start of entity. (0) | 2024.03.04 |
[Android] zxing 라이브러리로 바코드 스캔 시 전면카메라 사용하는 방법 (0) | 2024.02.15 |
[Android Studio] 다른 프로세스가 파일을 사용 중이기 때문에 프로세스가 액세스 할 수 없습니다. _ 해결 (0) | 2024.01.24 |
[Android Studio] No static method metafactory_오류 해결 (0) | 2024.01.22 |