Android Studio Run/Debug configuration error: Module not specified

前端 未结 16 2753
[愿得一人]
[愿得一人] 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:55

    check your build.gradle file and make sure that use apply plugin: 'com.android.application' istead of apply plugin: 'com.android.library'

    it worked for me

提交回复
热议问题