简体   繁体   中英

Android studio module

In my project I've got main package and second one is module (app2) . As module I use standard application -> import to project -> change it as library and make dependencies (compile project(':app2')).

Everything is ok but when I compile, it auto start on module (app2). How to make auto start main app?

运行->编辑配置->选择应用程序模块

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM