Android Studio: Module won’t show up in “Edit Configuration”

Make sure your build.gradle is

apply plugin: 'com.android.application'

not

apply plugin: 'com.android.library'

After you have changed, please sync your gradle again.

enter image description here

Leave a Comment