3

I can't export my project with proguard, I get this error and out of solutions.. I don't know where is this argument number 12 ...

[2013-05-14 17:38:39 - LiveWallpaper] Proguard returned with error code 1. See console
[2013-05-14 17:38:39 - LiveWallpaper] Error: Unknown option '(' in argument number 12

my project.properties:

# To enable ProGuard to shrink and obfuscate your code, uncomment this (available properties: sdk.dir, user.home):
proguard.config=proguard.cfg

# Project target.
target=android-13

and my proguard.cfg is empty.

Thanks!

4

1 回答 1

3

好的,所以我 在 Android 上使用带有 Default proguard.cfg 的 Proguard ParseException找到了解决方案

我的问题是我的工作场所目录文件夹名称带有“(”字符..所以我将它移动到另一个没有空格或“(”的目录并解决了它。

于 2013-05-14T14:56:44.707 回答