Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How To Use Dexdump

Tags:

android

I want to use the command "dexdump" to see a .dex in the .txt,but in the command line, it says:"dexdump:command not found",why?And Is there another way to use the command "dexdump"?

like image 553
Hao Wu Avatar asked Apr 27 '15 14:04

Hao Wu


1 Answers

dexdump should be located in a version-specific folder under the build-tools/ folder of your Android sdk installation - at least if the latter is fully installed (ie, you can build and run apps).

If you run the program without arguments it will print out some usage help, but presumably you are asking this because you found a suggestion somewhere to use it which gives you some idea of the command line you would use.

like image 178
Chris Stratton Avatar answered Oct 23 '22 15:10

Chris Stratton