简体   繁体   English

Proguard返回了错误代码1-尝试使用Proguard

[英]Proguard returned with error code 1 - trying to use Proguard

I am trying to use Proguard for the 1st time, I am getting this error, Can someone give me a hand pls. 我正在尝试第一次使用Proguard,但遇到此错误,有人可以帮我吗。 thanks 谢谢

[2014-09-03 11:44:58 - P - Photos] Proguard returned with error code 1. See console
[2014-09-03 11:44:58 - P - Photos] java.io.FileNotFoundException: Photos\proguard\dump.txt (The system cannot find the path specified)
[2014-09-03 11:44:58 - P - Photos]  at java.io.FileInputStream.open(Native Method)
[2014-09-03 11:44:58 - P - Photos]  at java.io.FileInputStream.<init>(Unknown Source)
[2014-09-03 11:44:58 - P - Photos]  at java.io.FileReader.<init>(Unknown Source)
[2014-09-03 11:44:58 - P - Photos]  at proguard.FileWordReader.<init>(FileWordReader.java:39)
[2014-09-03 11:44:58 - P - Photos]  at proguard.ConfigurationParser.parseIncludeArgument(ConfigurationParser.java:217)
[2014-09-03 11:44:58 - P - Photos]  at proguard.ConfigurationParser.parse(ConfigurationParser.java:124)
[2014-09-03 11:44:58 - P - Photos]  at proguard.ProGuard.main(ProGuard.java:484)

I discovered I had white spaces in my project name. 我发现我的项目名称中有空格。 So I renamed with no spaces and it worked 所以我重新命名时没有空格,并且可以正常工作

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM