Why do I get an error when creating a new module in Android Studio?

154 views Asked by At

So I just created a new module and everything on the module is red. I'm not sure what's happening?

enter image description here

The error message is shown above

1

There are 1 answers

0
Gurgen Arustamyan On BEST ANSWER

Maybe you missed to add required dependencies for that module

For example implementation 'androidx.lifecycle:lifecycle-extensions.x.x.x"