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

java - BeanIO write annotated class to fixedlength -

Using Java 8 lambdas/transformations to combine and flatten two Maps -

How to connect android app to App engine -