Jack Ganesh wrote: > Can you pls tell how i can merge the manifest or tell me .
The same way you wrote it in the first place, I imagine. > How i need to create my manifest to combine multiple apks. You cannot combine multiple APKs. You can create a single APK. That APK can contain the code for as many games as you want, but it is up to you to figure out: -- how to merge your source trees -- how to merge your resources -- what you want your manifest to look like (several activities each set up to appear in the Launcher? a single "front door" activity that provides access to the other games? something else?) -- and so on If you did not design your games to be merged like this, I would recommend not merging them. Otherwise, be prepared to spend a few days getting this all combined and tested. -- Mark Murphy (a Commons Guy) http://commonsware.com | http://twitter.com/commonsguy _Beginning Android 2_ from Apress Now Available! -- 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.