An .apk is just a zip file. As long as you end up with a correctly signed zip with the required files in the right places, you can do whatever you want with it.
On Tue, Dec 15, 2009 at 2:22 PM, Bob <[email protected]> wrote: > Hi, > Is it possible to change the contents of the resources packaged with > an apk and get it to work? I tried unzipping the apks contents, > performing the changes I wanted, rezipping, and then using the > zipalign tool on my modified apk but when I try to install I get the > error 'MyPackage.apk' does not contain AndroidManifest.xml when I try > to install. Is there a way around this? > > Thanks, > Bob > > -- > You received this message because you are subscribed to the Google > Groups "Android Developers" group. > To post to this group, send email to [email protected] > To unsubscribe from this group, send email to > [email protected]<android-developers%[email protected]> > For more options, visit this group at > http://groups.google.com/group/android-developers?hl=en > -- Dianne Hackborn Android framework engineer [email protected] Note: please don't send private questions to me, as I don't have time to provide private support, and so won't reply to such e-mails. All such questions should be posted on public forums, where I and others can see and answer them. -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

