0

I have created a new activity and used databinding to link UI and Code. The corresponding databinding class is generated and also imported. But, when building the project, it is showing this error: Error:(6, 37) error: cannot find symbol class ActivityNotificationsBinding. I have invalidated and restarted the IDE also. Please let me know a fix to this issue and when am I going wrong.

Insane Developer
  • 1,014
  • 10
  • 19

1 Answers1

0

for solve this problem disable instance run

Ahmad Nemati
  • 309
  • 2
  • 12
  • No its not working. Actually it is the problem with viewmodel. When I am calling a function using viewModel object then this error is popping up. – Insane Developer Apr 04 '18 at 08:57