[2014-03-10 13:43:00 - BarcodeScanner] Proguard returned with error code 1. See console
[2014-03-10 13:43:00 - BarcodeScanner] Error: Unable to access jarfile ..\lib\proguard.jar
请问这个什么错误啊
------解决方案--------------------
IF EXIST "%PROGUARD_HOME%" GOTO home
SET PROGUARD_HOME=..
:home
change to
IF EXIST "%PROGUARD_HOME%" GOTO home
SET PROGUARD_HOME="D:\android-sdk-windows\tools\proguard"
:home
source url: http://blog.sina.com.cn/s/blog_6e334dc70101gtp7.html