# dx

the command in the `$SDK/build-tools/...`.

eg(exempli gratia):

1. cd to class root folder, if you package is com.jiek.pkg, you can `cd` to com the same level directory.
2. $ dx --dex --output=classes.dex com/jiek/pkg/\* #把指定的字节文件打包到 classes.dex
