iammert / AndroidArchitecture

Recommended architecture by Android
888 stars 192 forks source link

Where's ActivityMainBinding? #14

Open mfgabriel92 opened 6 years ago

mfgabriel92 commented 6 years ago

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

iammert commented 6 years ago

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