Combine 2 android apps

五迷三道 提交于 2019-12-19 09:54:12

问题


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 apk file. Let me more specific.

  1. App 1: Shop list app -
  2. App 2 Calculator app.

using a button click in the App 1 I would want to call the second app Calculator. I have researched on Internet and I am seeing some suggestions like library project etc.

Anyone who has some idea on the feasiblity, please throw some ideas on the same.

Thanks, Harry


回答1:


output would be a single apk file.

Then use as a library project.

Check this may help you

  • Setting up a Library Project
  • Referencing a library project



回答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



来源:https://stackoverflow.com/questions/7950677/combine-2-android-apps

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!