Project already contains module with this name — Android Studio

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

    I solved the problem through this way:

    1. Open Module Settings(Mac: command + down; Windows: F4) and delete the module.
    2. Delete the module folder on the disk. You will find it at ~/AndroidStdioProjects/YourApplicationName/ModuleName.
    3. Import the Module.

提交回复
热议问题