Eclipse 中的 Proguard,几乎在开始之前就失败了

发布于 2024-12-10 00:44:43 字数 399 浏览 0 评论 0原文

这是一个真正的新手问题。我安装了 proguard,并尝试用它导出我的第一个应用程序。我在 Eclipse 控制台中收到以下错误(已替换真实路径)。

[2011-10-13 10:11:56 - RobotInvaders] Proguard 返回错误代码 1。请参阅控制台 [2011-10-13 10:11:56 - RobotInvaders] 无法访问 jar 文件“/[workspace path]/android-sdk-mac_x86/tools/proguard/lib/proguard.jar”

但我可以通过我的 xterm 访问它。工作空间路径中没有空格或奇怪的字符。我什至更改了权限,但没有效果。起初我以为可能缺少一些环境变量,但错误足以获取整个正确的路径。大约 30 - 45 秒后出现错误

有任何线索吗?

This is a real newbie question. I installed proguard, and am trying to export my first app with it. I am getting the following error (real path substituted) in my eclipse console.

[2011-10-13 10:11:56 - RobotInvaders] Proguard returned with error code 1. See console
[2011-10-13 10:11:56 - RobotInvaders] Unable to access jar file "/[workspace path]/android-sdk-mac_x86/tools/proguard/lib/proguard.jar"

But I can access it through my xterm. There are no spaces or strange characters in the workspace path. I even changed the permissions with no effect. At first I thought some environment variable might be missing, but the error knows enough to get the whole correct path. The error comes up after about 30 - 45 seconds

Any clues?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

早茶月光 2024-12-17 00:44:44

在 C:\android-sdk\tools\proguard\bin\ 编辑 proguard.bat

删除这三行

IF EXIST "%PROGUARD_HOME%" GOTO home
SET PROGUARD_HOME=..
:home

替换为你的 sdk 工具的路径。我的路是..

SET PROGUARD_HOME="C:\android-sdk\tools\proguard"

In C:\android-sdk\tools\proguard\bin\ edit proguard.bat

Delete these three lines

IF EXIST "%PROGUARD_HOME%" GOTO home
SET PROGUARD_HOME=..
:home

Replace with the path of your sdk tools. My path is..

SET PROGUARD_HOME="C:\android-sdk\tools\proguard"
~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文