merge two android projects

前端 未结 3 1848
一整个雨季
一整个雨季 2020-12-21 04:04

i want to merge two different android projects to use the functionalty of both in one project. They are using complete different packages for the files.

I copied the

3条回答
  •  甜味超标
    2020-12-21 04:55

    There is no easy way to merge multiple projects into one. However, you can choose to build one of the projects as a library and import it into the other.

    See working with library projects

提交回复
热议问题