Join Slack
Powered by
Hi ! Hopefully it's the appropriated channel. I'm...
# android
y
Yves Kalume
09/07/2022, 9:48 AM
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 !
Screen Recording 2022-09-07 at 11.39.57 AM.mov
😶 1
c
Ciaran Sloan
09/07/2022, 10:01 AM
you can add the directory as a standard directory, create the
src
directory and add your gradle file. Then in the
settings.gradle
file add the new module as
include ':ui:my-module'
4
Views
Open in Slack
Previous
Next