What is dexopt ? (Android Shell Command)
Asked Answered
J

1

9

What does the Android shell command dexopt do?

Where can I find a manual?

Jeanmariejeanna answered 7/5, 2012 at 21:9 Comment(2)
R
3

dexopt is a system-internal tool that is used to produce optimized dex files.

The source code is available here: https://android.googlesource.com/platform/dalvik-snapshot/+/gingerbread/dexopt/OptMain.c

Documentation is also included with the source; here's a human-readable version: http://www.netmite.com/android/mydroid/dalvik/docs/dexopt.html

Refrigerant answered 7/5, 2012 at 21:9 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.