Project already contains module with this name — Android Studio

前端 未结 15 1055
长发绾君心
长发绾君心 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:46

    If you still see the error after removing the code from settings.gradle and the app gradle file, check the following file and remove any entries with the module name you are trying to remove.

    ./.idea/modules.xml

    
      
        
          
        
      
    
    

提交回复
热议问题