There's a tool, dexdump, that gives you the code in an apk.  That's
all you need, read the documentation on it, it's not hard.

You've asked this question before,  read the dexdump output.  If you
need the actual source, that will be harder (mostly because of people
using proguard, etc...), and you should be able to get enough out of
the dex file anyway.

What are you trying to do?  If it's algorithm you're trying to hijack
from someone's app, you would seriously be better just asking how they
do it than going through their code...  Otherwise I don't see the
point of decompilation.

Kris

(Ps., someone mentioned dextojar or something like that, which also
basically does what you might want.)
On Thu, Sep 15, 2011 at 10:50 PM, RAJU V <[email protected]> wrote:
> i cant get you....
> can u pls explain.....
>
>
>
>
> ~~~~~~RAJU~~~~~~
> ~~www.itdoall.co.cc~~
>
>
> On Fri, Sep 16, 2011 at 8:15 AM, Kristopher Micinski
> <[email protected]> wrote:
>>
>> dexdump.
>>
>> Kris
>>
>> On Thu, Sep 15, 2011 at 10:41 PM, RAJU V <[email protected]> wrote:
>> > Hi this is RAJU...
>> >    Please help me how to decompile APK file pls....
>> >
>> >
>> >
>> >
>> >
>> >
>> >
>> > ~~~~~~RAJU~~~~~~
>> > ~~www.itdoall.co.cc~~
>> >
>> > --
>> > 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
>>
>> --
>> 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
>
> --
> 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

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