There is no converter from dex to java. Feel free to write one. R/
On Wed, Dec 24, 2008 at 5:11 AM, Naina K <[email protected]> wrote: > > Hello, > > If I have an .apk file for android application, I would like to know > how can I convert this .apk file to .java file so that I can see the > code in that application. I have tried using dexdump to get the .dex > file, but I am not getting the proper results. Please let me know if > anybody has worked on this. > > Thanks, > > Naina > > On 12/11/08, fadden <[email protected]> wrote: >> >> 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 -~----------~----~----~----~------~----~------~--~---

