Re: [android-developers] Re: How to create two projects as one apk file.

2012-02-17 Thread TreKing
On Fri, Feb 17, 2012 at 1:03 AM, Eric Wong (hdmp4.com) wrote: > If I have an application (app A) as a binary (i.e. normal apk as > downloaded from Market, for example.), is it possible to bundle it > with another application (app B, which I build, i.e. have source code) > to make it into a single

[android-developers] Re: How to create two projects as one apk file.

2012-02-16 Thread Eric Wong (hdmp4.com)
If I have an application (app A) as a binary (i.e. normal apk as downloaded from Market, for example.), is it possible to bundle it with another application (app B, which I build, i.e. have source code) to make it into a single apk, which will be distributed on Android market? Thanks On Feb 17, 5

[android-developers] Re: How to create two projects as one apk file.

2012-02-16 Thread moktarul anam
Hi, it is not possible. u can not merge two apk as a single apk. but u can many launcher in a single apps Moktarul On Feb 16, 1:14 pm, android devloper wrote: > Hi, > iam new to android,i have created two different projects and i have created > two different apk files too. > but now i want to c