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
I have tried all the options with no luck. So I have ended up with my working solution. Just make following steps:
settings.gradle of your project and include ':YOUR_MODULE_NAME'.