[android-developers] [android] How to wrap multi APK into one Installation package?

2010-10-13 Thread kevens hao
Now have some APKs, and want wrap these APKs into one installation package. How to do it? -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from this grou

Re: [android-developers] [android] How to wrap multi APK into one Installation package?

2010-10-14 Thread Marcin Orlowski
On 14 October 2010 04:36, kevens hao wrote: > Now have some APKs, and want wrap these APKs into one installation > package. > How to do it? There's no "one installation package" other than APK. You could craft custom APK with other APK as resources but such wrapping is quite pointless as you are

Re: [android-developers] [android] How to wrap multi APK into one Installation package?

2010-10-14 Thread kevens hao
Hi Marcin, I add the APKs into "assets" folder. But how to get the APK from the resource and install it? Thanks. 2010/10/14 Marcin Orlowski > On 14 October 2010 04:36, kevens hao wrote: > > Now have some APKs, and want wrap these APKs into one installation > > package. > > How to do it? > > T

Re: [android-developers] [android] How to wrap multi APK into one Installation package?

2010-10-17 Thread kevens hao
I have found the solution. (AssertsManager, InputStream, OutputStream) Thanks. 2010/10/15 kevens hao > Hi Marcin, > I add the APKs into "assets" folder. But how to get the APK from the > resource and install it? > Thanks. > > > 2010/10/14 Marcin Orlowski > > On 14 October 2010 04:36, kevens h