Combine 2 android apps

后端 未结 2 1541
悲哀的现实
悲哀的现实 2021-01-14 07:59

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

2条回答
  •  北海茫月
    2021-01-14 08:36

    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

提交回复
热议问题