views:

100

answers:

2

It turns out that Google recommends obfuscating your Android app.

In order to understand the problem, I would like to disassemble my own app and see what information I can extract from the code. How do I do this?

+1  A: 

There are tools available for that, such as the pair linked to in this sentence. I have not used them and therefore cannot vouch for how well or easily they work.

CommonsWare
+1. Thanks CommonsWare.
hgpc
A: 

Some tools are listed at http://stackoverflow.com/questions/2505921/what-is-a-good-android-disassember-that-can-produce-infomative-results

Also you can try undx http://undx.sourceforge.net/

Use them only for good :)

Konstantin Burov
Thanks. Voted to close as duplicate.
hgpc