Android Studio Run/Debug configuration error: Module not specified

前端 未结 16 2738
[愿得一人]
[愿得一人] 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条回答
  •  -上瘾入骨i
    2020-12-02 07:34

    in my case, when I added Fragment I git this error.

    When I opened THe app build.gradle I saw id("kotlin-android") this plugin in plugins.

    just remove it!

提交回复
热议问题