After migration to androidX: Databinding problem (Android Studio 4)
问题 I migrated a project to androidx. I changed the xml-files by hand an I also set the imports manually, where Android Studio wasn't successful. When I try to rebuild the project, the following error occurs in the compiled file DataBinderMapperImpl.java The head of this file: package com.xxxx.todo; import android.util.SparseArray; import android.util.SparseIntArray; import android.view.View; import androidx.databinding.DataBinderMapper; import androidx.databinding.DataBindingComponent; import