I want to disassemble and view the contents of an Android dex file within Eclipse. How can I do this?

link|improve this question

feedback

1 Answer

  1. Right click on the project name in the package explorer.
  2. Select the Android Tools sub menu.
  3. Select Display dex bytecode.

The disassembled output will open in a new Eclipse text editor window.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.