Error:Not sure how to convert a Cursor to this method\'s return type Error:Execution failed for task \':app:compileDebugJavaWithJavac\'. Compilation failed; see the
In my case I was using androidx dependencies for Room and android.arch. [old] dependencies for ViewModel and LiveData so I got this message
androidx
Room
android.arch.
ViewModel
LiveData
Solution: Either use all androidx dependencies OR use all old dependencies of andrio.arch
andrio.arch