当前位置: 代码迷 >> Eclipse >> eclipse打包bak文件时出错,该怎么解决
  详细解决方案

eclipse打包bak文件时出错,该怎么解决

热度:19   发布时间:2016-04-23 00:50:55.0
eclipse打包bak文件时出错
[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
  相关解决方案