net
net

Reputation: 91

trying to remove module in android studio

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

deviceprint-release-2.2.0

after adding the module I encountered this error

enter image description here

Please how do I get rid of this module so that my project can start compiling fine

Upvotes: 5

Views: 5923

Answers (3)

Garytech
Garytech

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

Milan Hirpara
Milan Hirpara

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..

  • select your app module -> Dependencies -> search your Module which you have removed -> press - red button at top right..
  • press OK.

Upvotes: 2

Abhinav Gupta
Abhinav Gupta

Reputation: 2265

Follow this in to this image, your setting.gradle be like this :-

enter image description here

Upvotes: 10

Related Questions