Reputation: 91
I had been trying to remove a module from android studio but dont know how to remove this module even after I have googled, the steps I found was unable to assist me in removing the module. Here is the module I added
after adding the module I encountered this error
Please how do I get rid of this module so that my project can start compiling fine
Upvotes: 5
Views: 5923
Reputation: 338
If you remove the content of the module and it still appears in the 1:Project view.
You might want to simply sync your project.
Just change build.gradle and sync again.
Upvotes: 5
Reputation: 542
click on your project -> press F4 (or right click on your project -> go to Open Module Settings)
select your module to remove -> press - red button at top left..
Upvotes: 2
Reputation: 2265
Follow this in to this image, your setting.gradle
be like this :-
Upvotes: 10