Combine 2 android apps

此生再无相见时 提交于 2019-12-01 09:51:59

output would be a single apk file.

Then use as a library project.

Check this may help you

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

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