Android Studio Build only 1 module

Can someone tell me how to build the module i.e. only Single Module? There is only one option for building the entire project, but if there are multiple modules in the project, how do you build them separately?

+3


source to share


1 answer


Select the module you want to build or the build.gradle file in the project view. (Other views may work as well: I think what matters is that any focus, whether in the project view, editor, or elsewhere, will be a buildable module.)

Now go to the line in the menu bar. It should be possible to make this separate module directly below the option to create the whole project.



(I've only tested this in versions 1.5 and 2.0).

+2


source







All Articles