On Dec 10, 5:08 am, Naina <[EMAIL PROTECTED]> wrote:
> I would like to know, if i have only .apk file with me, how to get the
> APIs and Classes that are present in the .apk file. Please let me know
> if anybody has any idea.

There are two utility programs built in the open-source tree,
"dexlist" and "dexdump".  "dexlist foo.apk" will give you a list of
all of the methods found in foo.apk.  dexdump does a similar thing,
but with vastly more detail.

It looks like dexdump is included in v1.0r2 of the SDK, but dexlist is
not.  An ARM version of dexdump may also be found on the device
itself.

--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to