java - Android studio module -


in project i've got main package , second 1 module (app2). module use standard application -> import project -> change library , make dependencies (compile project(':app2')).

everything ok when compile, auto start on module (app2). how make auto start main app?

run --> edit configuration --> select app module


Comments

Popular posts from this blog

twig - Using Twigbridge in a Laravel 5.1 Package -

jdbc - Not able to establish database connection in eclipse -

Kivy: Swiping (Carousel & ScreenManager) -