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 wou
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
output would be a single apk file.
Then use as a library project.
Check this may help you