Hi ! Hopefully it's the appropriated channel.
I'm wondering what is the best way to create a library module inside a subfolder in an android project, since Android Studio doesn't show me this option. Thanks !
Slack Conversation
✅ 1
p
Petr Laštovička
09/07/2022, 10:51 PM
Create module normally and in the module name (not package) type
:subfolder:modulename
Or you can create a module whereever you want, move it (in the project view or a files app) and just update
gradle.settings
file.
v
vsazel
02/01/2023, 8:34 PM
I usually do copy&paste of the directory with an existing module and add it to