merge two android projects

前端 未结 3 1853
一整个雨季
一整个雨季 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:41

    you can merge the code if it not having large scope..ie not having Native library and etc... for merging the project you need to refactor package name, layout xml and etc... for example. main.xml are seperate for both of package so need to care of such things

提交回复
热议问题