proguard导出应用程序包

时间:2015-03-03 15:50:39

标签: android eclipse proguard

我做了android项目。 如果我在eclipse上创建一个导出(签名或未签名)应用程序包,它可以工作。 如果我从proguardgui启动混淆,它的工作原理。 但是,如果我在激活proguard后启动导出应用程序包,则会出现此错误:

[2015-03-03 15:37:20 - Toa] Proguard returned with error code 1. See console
[2015-03-03 15:37:20 - Toa] Note: there were 1307 duplicate class definitions.
[2015-03-03 15:37:20 - Toa]       (http://proguard.sourceforge.net/manual/troubleshooting.html#duplicateclass)
[2015-03-03 15:37:20 - Toa] The system cannot find the path specified.
[2015-03-03 15:37:20 - Toa] The system cannot find the path specified.

我的sdk,android sdk或项目路径中没有任何空间。 我将proguard更新到最新版本。

是否有任何身体有同样的问题?

1 个答案:

答案 0 :(得分:0)

无法使其发挥作用。所以我决定通过制作蚂蚁来解决问题。 它不需要花费很多时间,而且调试起来更方便。