<java.lang.RuntimeException: Exception while compu...
# stackoverflow
u
java.lang.RuntimeException: Exception while computing database live data I learning Room library for creating apps with sqlite database, but I get an error. In the first launching when I add item to DB, it navigate to fragment with RecyclerView and after 1 second my app crashes. Error E/SQLiteQuery: exception: Row too big to fit into CursorWindow requiredPos=0, totalRows=1; query: SELECT * FROM vet_product ORDER BY id ASC E/AndroidRuntime: FATAL EXCEPTION: arch_disk_io_0 Process: com.dimon.vetdatabasemobile, PID: 26700 java.lang.RuntimeException: Exception...