Combine 2 android apps

后端 未结 2 1542
悲哀的现实
悲哀的现实 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

    0 讨论(0)
  • 2021-01-14 08:44

    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
    0 讨论(0)
提交回复
热议问题