Maurice
Maurice

Reputation: 81

How to add mutli module structure at android studio?

I'm trying to learn Multi-module Architecture. I imported an app from GitHub to have a look at the architecture hoping it will help me.

I encountered a problem when creating the structure of the module as shown on the image below

Here is an image of structure

I am looking for help on how to set-up the structure.

Upvotes: 1

Views: 852

Answers (2)

MustafaKhaled
MustafaKhaled

Reputation: 1489

Follow these steps:

1)

enter image description here

2) enter image description here

This would create the blue squared module.

Upvotes: 3

Toribori
Toribori

Reputation: 1

File > New > New Module.

You can find more in the documentation

Upvotes: 0

Related Questions