摘要: 在Eclipse打包工程时报如下错误: [2016-04-01 16:36:10 - bjjwcjgc] Proguard returned with error code 1. See console[2016-04-01 16:36:10 - bjjwcjgc] Note: there were 阅读全文
posted @ 2016-04-01 16:38 安谧世界 阅读(3698) 评论(0) 推荐(0) 编辑
摘要: proguard returned with error code 1.See console 情况1:Proguard returned with error code 1. See console Error: C:/Documents (系统找不到指定文件) 后来发现是因为将整个工程放到了桌面 阅读全文
posted @ 2016-04-01 16:11 安谧世界 阅读(618) 评论(0) 推荐(0) 编辑
摘要: proguard 原理Java代码编译成二进制class 文件,这个class 文件也可以反编译成源代码 ,除了注释外,原来的code 基本都可以看到。为了防止重要code 被泄露,我们往往需要混淆(Obfuscation code , 也就是把方法,字段,包和类这些java 元素的名称改成无意义的 阅读全文
posted @ 2016-04-01 16:10 安谧世界 阅读(224) 评论(0) 推荐(0) 编辑
摘要: 如果你在用android混淆打包的时候出现形如下面的错误: Proguard returned with error code 1. See console[2012-09-25 09:50:39 - estore3601] Error: @C:\Users\hp\AppData\Local\Tem 阅读全文
posted @ 2016-04-01 16:09 安谧世界 阅读(272) 评论(0) 推荐(0) 编辑