DEXDEPS(1) | DEXDEPS(1) |
dexdeps - DEX external dependency dump
dexdeps options <file.{dex,apk,jar}> ...
The dexdeps tool dumps a list of fields and methods that a DEX file uses but does not define. When combined with a list of public APIs, it can be used to determine whether an APK is accessing fields and calling methods that it shouldn't be. It may also be useful in determining whether an application requires a certain minimum API level to execute.
For zip archives (including .jar and .apk), dexdeps will look for a "classes.dex" entry.
The Android Open Source Project.