I\'ve imported a project to Android Studio with several subprojects.
I want to run a subproject.
I successfully made this subproject\'s build.gradle as a mo
In your module build.gradle file make sure you have the correct plugin set. it should be
apply plugin: 'android'