AndroidArchitecture
AndroidArchitecture copied to clipboard
Where's ActivityMainBinding?
I reached a class it makes use of some ActivityMainBinding
that is supposed to be located in the packate databinding
, but I see nothing there...
ActivityMainBinding
class is generated class. Databinding generates it when you build your project. Did you clean/rebuild the project?