How to delete a module in Android Studio
Posted On June 8, 2019
During my lifetime developing in Android Studio I never knew how to delete a module… when “Right clicking” the module it never gave me the option to delete. That’s why I started to google and share this insight with all of you.
Step #1
Right click on the Project and select “Open module settings”
Step #2
Select the module you want to delete and press the minus button above.
Step #3
Apply changes!
Step #4
Congrats, you don’t have the module anymore. There package will still be there but when you Right click now the delete option will appear!
6 Comments
Many thanks. It’s a super helpful!