[Room 오류 해결] java.lang.IllegalStateException: Room cannot verify the data integrity.
문제 상황 룸 데이터베이스를 활용하는 중에 아래와 같은 오류가 발생하였습니다. java.lang.IllegalStateException: Room cannot verify the data integrity. Looks like you've changed schema but forgot to update the version number. You can simply fix this by increasing the version number. Expected identity hash: 118073d0ddf4d96739f8efb713ebd556, found: bb91b1f8c6584f92bc4ed367e358f416 생성한 데이터베이스 안의 테이블이나 컬럼들이 변경 되면 소스 상에서 변경된 상황을 App에게 ..
- [Android] Tech,Study/[Android] Trouble Shoot
- · 2023. 12. 31.