Project already contains module with this name — Android Studio

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

    In one condition if you have copy a folder like this

    rootProject/module1
    

    if you import module android studio will find if you have same name folder. if you have it is not import android studio will tell you you have contains this module ,you just add this in setting.gradle like

    include ':modlue1'
    

提交回复
热议问题