android shell命令dexopt是什么?
在哪里可以找到手册?
最佳答案
dexopt
是一个系统内部工具,用于生成优化的dex files。
此处提供源代码:https://android.googlesource.com/platform/dalvik-snapshot/+/gingerbread/dexopt/OptMain.c
文档也是included with the source;这里有一个人类可读的版本:http://www.netmite.com/android/mydroid/dalvik/docs/dexopt.html