Issue
While checking out this tutorial i saw that feature modules are inside an outer module called features. Is it possible to create such a structure with Android Studio, or is it done by creating a features folder manually and adding those feature modules manually and setting gradle file afterwards?
Solution
Not sure about it can be done by Android Studio but the simple way following these steps
- You create a
Moduleas normal fromRigh Clickinappfolder - Create
Directorywith namefeatures, switch toProjectstructure view and move yourModule Directorytofeatures - If you using
dynamic-feature-moduleyou have to change insettings.gradlefile andbuild.gradleapp.
Answered By - Công Hải

0 comments:
Post a Comment
Note: Only a member of this blog may post a comment.