Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

What is dexopt ? ( Android Shell Command )

What does the Android shell command dexopt ?

Where can i find a manual ?

like image 799
droiduser Avatar asked May 07 '12 21:05

droiduser


1 Answers

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

like image 168
2 revs Avatar answered Oct 02 '22 06:10

2 revs