Multiple Android Application Modules Under One Project

后端 未结 2 555
不知归路
不知归路 2021-01-20 11:23

I have two \'android application modules\' in one project and they create independent apks. But I want to combine these two modules into one hence creating dependencies betw

2条回答
  •  轻奢々
    轻奢々 (楼主)
    2021-01-20 11:45

    Each application module creates a separate APK. What you may want to do is to create a library module to contain code common to both APKs and then add a dependency between them.

提交回复
热议问题