Java.lang.IllegalStateException Migration didn\'t properly handle user(therealandroid.github.com.roomcore.java.User). Expected: TableInfo{n
Java.lang.IllegalStateException
Migration didn\'t properly handle user(therealandroid.github.com.roomcore.java.User).
Expected:
TableInfo{n
I faced this issue today, I just changed int fields to Integer in Entities. As int cannot be null but Integer objects could be null.
int
Integer
Entities