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
I realized following line was missing in settings.gradle file
include ':app'
make sure you include ":app" module
I had the same issue after update on Android Studio 3.2.1 I had to re-import project, after that everything works
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
None of the existing answers worked in my case (Android studio 3.5.0). I had to