Android Question Merging two projects

Beja

Expert
Licensed User
Longtime User
Hi all,

I have to projects:

First Project: 3 activities: Main, second and third
Second Project: 3 activities: Main, forth and fifth.

I want to combine them in one project with 6 activities: Main, second, third, OldMain, forth and fifth.

How can I do that.

Thanks in advance.
 

mangojack

Well-Known Member
Licensed User
Longtime User
Hi Beja .. not at computer presently .. so cant check .
I thinking IDE menu for your First project ... > Add New Activity module (existing module) .Then browse to your second project folder .. adding the three modules in turn.
and rename them accordingly. Possibly you might have some name conflict adding a second 'Main' module
I believe there would be some code to be tidied up .. duplicate variables etc etc ...
 
Upvote 0

Beja

Expert
Licensed User
Longtime User
Hi mangojackand thanks for the answer.. there is no conflict in names except the 'Main' activity, and I couldn't rename it.
In the project menu renaming or removing is impossible as they are grayed out.
 
Upvote 0
Top