dx
the command in the $SDK/build-tools/...
.
eg(exempli gratia):
cd to class root folder, if you package is com.jiek.pkg, you can
cd
to com the same level directory.$ dx --dex --output=classes.dex com/jiek/pkg/* #把指定的字节文件打包到 classes.dex
Last updated
Was this helpful?