Project already contains module with this name — Android Studio

前端 未结 15 1017
长发绾君心
长发绾君心 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条回答
  •  -上瘾入骨i
    2021-01-01 09:31

    If somebody faces this issue, except removing the Folder containing the old module also remove from the settings.gradle file the line corresponding to the old module: include ':youroldmodule'. If you dont remove that line manually, 2 modules with the same name will appear when trying to add module dependency.

提交回复
热议问题