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
Post a Comment