Creating Gradle Modules – Ditch the Android Studio / IntelliJ built-in wizard
The Android Studio/IntelliJ « New Module » wizard is great for quick projects, but quickly becomes unscalable for projects with their own common boilerplate.
In this video we walk through an example strategy of using template files and a python script to generate modules.
I use this for all of my Android projects, along with “auto include” strategy (link below), which together greatly reduces the friction of adding modules.
Auto-include all Gradle modules in project: https://youtu.be/msCs86Puh6c
#android #gradle #androidstudio #androiddev #androiddevelopment
Views :6
android studio