Android Studio Run/Debug configuration error: Module not specified

前端 未结 16 2771
[愿得一人]
[愿得一人] 2020-12-02 07:14

I am getting a \'Module not specified\' error in my run config. I have no module showing in the drop down yet I can see my module no probs. The issue came about when I refac

16条回答
  •  借酒劲吻你
    2020-12-02 07:51

    I realized following line was missing in settings.gradle file

    include ':app'

    make sure you include ":app" module

提交回复
热议问题