I have following fragment class written in Java using the new databinding library
import com.example.app.databinding.FragmentDataBdinding; public class Data
In my case, the error was Unresolved reference: RegisterationUserBinding I just used my layout name fragment_registeration_user like this FragmentRegisterationUserBinding and made it in the Databinding layout and the error went away.
Unresolved reference: RegisterationUserBinding
fragment_registeration_user
FragmentRegisterationUserBinding