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

powershell Start-Process exit code -1073741502 when used with Credential from a windows service environment -

twig - Using Twigbridge in a Laravel 5.1 Package -

c# - LINQ join Entities from HashSet's, Join vs Dictionary vs HashSet performance -