It is a zip file; you can use zip tools to look at what is inside. For binary data structures like the dex file and resource table, the main documentation is probably the headers and such in the open source platform. For example:
http://android.git.kernel.org/?p=platform/frameworks/base.git;a=blob;f=include/utils/ResourceTypes.h On Wed, Sep 23, 2009 at 4:26 AM, Shrenik Vikam <[email protected]>wrote: > > what exactly there is in apk file?? > > means what is the delvik VM code format (.dex) > what all other con taints are needed in apk file > > > -- 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 -~----------~----~----~----~------~----~------~--~---

