Home > Software design >  How to add mutli module structure at android studio?
How to add mutli module structure at android studio?

Time:03-14

I'm trying to learn the multi-module architecture. I imported an app from gitub to have a look at the architecture hoping it will help me. I encountered the problem that I don't know how to create the structure as you can see in the picture below and I didn't find an answer either.

Here a picture of the structure I mean: enter image description here

CodePudding user response:

Follow these steps:

1)

enter image description here

2) enter image description here

This would create the blue squared module.

CodePudding user response:

File > New > New Module.

You can find more in the documentation

  • Related