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
You have 3 ways:
Clean Project in Android Studio menu
Build -> Clean Project and use Build -> Rebuild
Remove all the modules in settings.gradle
Remove all code in gradle.properties
Remove all code
org.gradle.daemon=true
org.gradle.configureondemand=true
org.gradle.parallel=true
android.enableBuildCache=true
Sync gradle