Search code examples
androidpackageandroid-manifestdirectory-structure

Combining android packages into single project


Friends I have 3 android projects in eclipse say App1, App2, App3 and i want to combine all these into another android project say AppStarter which only has buttons to start the main activity of each of those 3 projects. So how can combine all the files of App1,2,3 under AppStarter and what changes do i have to make in android manifest of each project?

Don't refrain from going into details, I am really confused. Although pointing me to right way is also helpful.


Solution

  • Simplest way to do what you want is to use App1,2 and 3 as Android Library project and link them to your main project. All what you have to do this is HERE.And there you can find something helpful about library project.

    It's just few mouse clicks.