How to convert .apk files to .dex files?

Please help.

link|improve this question

0% accept rate
feedback

2 Answers

  • Rename the .apk to .zip
  • Extract the files from the zip
  • In the extracted files, you will get your desired dex file

Why would you need the dex file though? Its byte code file for dalvik VM.

link|improve this answer
feedback

Here you can find a dissambler: http://code.google.com/p/smali/ And in this two post you can get more information about the process: http://zeaster.blogspot.com/2007/11/how-to-decompile-dex-file-on-android_28.html http://mylifewithandroid.blogspot.com/2009/01/disassembling-dex-files.html

link|improve this answer
Your links are about how to decompile dex files. The question was how to get the dex, not how to decompile the dex to smil – Sarwar Erfan Feb 1 '11 at 12:38
any one have better idea how to get dex files from apk. – Shubh Sep 6 '11 at 20:06
feedback

Your Answer

 
or
required, but never shown

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