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