星期二, 九月 24, 2013

Android 命令行 dx转换格式出现 file not found

解决方法不要用相对路径,要用绝对路径。
dx默认将dx.bat或dx.sh所在目录作为主目录。语法类似如下

dx --dex --no-strict --output=c:\temp\cmd.jar c:\temp\testCMD.class