Project already contains module with this name — Android Studio

前端 未结 15 1012
长发绾君心
长发绾君心 2021-01-01 09:15

I had successfully imported a Module in my Application project in Android Studio. Then I deleted or removed the module by following the below link:

15条回答
  •  情话喂你
    2021-01-01 09:34

    The project view on the left hand side, doesn't show 'everything' your project contains. You can switch the view from the drop-down menu, which is defaulted to 'Android' and change it to 'Project Files', which will probably show you where the problematic reference to the Module remains.

    Alternatively, just check on disk where your project is located. I found references in the main project folder.

提交回复
热议问题