AndroidArchitecture icon indicating copy to clipboard operation
AndroidArchitecture copied to clipboard

Where's ActivityMainBinding?

Open mfgabriel92 opened this issue 7 years ago • 1 comments

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...

mfgabriel92 avatar Dec 29 '17 05:12 mfgabriel92

ActivityMainBinding class is generated class. Databinding generates it when you build your project. Did you clean/rebuild the project?

iammert avatar Dec 30 '17 11:12 iammert