If you don't plan to submit to the Android Market, then its easy.  You
write an APK, that consists of one activity, with 4 buttons.  Each
button launches the browser to download and install each of the APKs
you were going to package together.

On Mar 25, 10:24 am, Kevin Duffey <andjar...@gmail.com> wrote:
> To add to what Mark says, if you were to actually take 4 separate APK games,
> combine them into a single project (copy their /src folders into one /src
> folder in the new single project), build it and all the code compiles.. but
> now you will have 4 launchers (one from each APK). You will need to create a
> new launcher for the one APK and have some sort of menu option to select
> which game to run. Then, send the intent to launch the specific game/APK
> launcher as if it were started directly by Android on launch. You may need
> to combine other elements as well. Basically you're doing what someone like
> Namco has done with their Namco Museum games.. where you buy one installable
> game pack, and it offers a menu selection of some sort to choose which game
> you want to play. Is this what you are trying to do?
>
>
>
> On Thu, Mar 25, 2010 at 6:28 AM, Yahel <kaye...@gmail.com> wrote:
> > > On Android portal there is option to upload single APK for all
> > > devices.
>
> > Since I think Mark's answer is clear about the fact that ONE APK = ONE
> > GAME, and that if you want all your games under one APK, you need to
> > recombine them all into one single app, that you will ship as one APK,
> > maybe we just don't understand your problem.
>
> > Maybe it as more of a market question : You can upload as many apk as
> > you like, but one at a time. They will be seen on the market as
> > several apps. But you are not limited to one game on the market, you
> > can upload as many as you want, just one at a time.
>
> > Yahel
>
> > --
> > 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 group, send email to
> > android-developers+unsubscr...@googlegroups.com<android-developers%2Bunsubs 
> > cr...@googlegroups.com>
> > For more options, visit this group at
> >http://groups.google.com/group/android-developers?hl=en
>
> > To unsubscribe from this group, send email to android-developers+
> > unsubscribegooglegroups.com or reply to this email with the words "REMOVE
> > ME" as the subject.

-- 
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 group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

To unsubscribe from this group, send email to 
android-developers+unsubscribegooglegroups.com or reply to this email with the 
words "REMOVE ME" as the subject.

Reply via email to