Skip to content Skip to sidebar Skip to footer

Combine 2 Android Apps

Experts, I am having the source code of 2 android apps which have been separately developed. I need to combine both of them as a single application so the output would be a single

Solution 1:

output would be a single apk file.

Then use as a library project.

Check this may help you

Solution 2:

Open Eclipse-> right click on your project-> Build Path -> Configure Build Path

Go to "Projects" tabs on Top and add new project which will install two apks of the curernt project and the depends project that you just added.

It will do the trick for you.

Thanks

Post a Comment for "Combine 2 Android Apps"