On Apr 8, 10:31 pm, Zhubham <[email protected]> wrote:
> This mail has reference to the dex file format mentioned 
> athttp://www.retrodev.com/android/dexformat.html.

That's pretty stale.  The official docs are available in the source
tree in dalvik/docs/, or e.g.:

  
http://android.git.kernel.org/?p=platform/dalvik.git;a=blob_plain;f=docs/dex-format.html;hb=HEAD

(It looks better if you grab the CSS file too and view it locally.)

> Actually, i am looking for the size of Code Segment, Data Segment,
> Stack & Heap occupied by the Android application written by me. Which
> parameters in the header of dex file helps me to know this??

I suggest you run "dexdump -d -h MyApp.apk" after reading the above
document.  It may provide the answers.

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Android Discuss" 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-discuss?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to