【问题标题】:Proguard Error: Unknown option '(' in argument number 12Proguard 错误:参数编号 12 中的未知选项 '('
【发布时间】:2013-05-14 14:41:56
【问题描述】:

我无法使用 proguard 导出我的项目,我收到此错误并且没有解决方案.. 我不知道这个参数号 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

我的项目.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

而我的 proguard.cfg 是空的。

谢谢!

【问题讨论】:

  • 错误:参数编号 1 中的未知选项“0409”

标签: android proguard


【解决方案1】:

好的,所以我找到了解决方案 Proguard ParseException with Default proguard.cfg on Android

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

【讨论】:

    猜你喜欢
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 2021-06-09
    • 2018-07-25
    • 2019-02-19
    • 1970-01-01
    • 2014-10-13
    • 1970-01-01
    相关资源
    最近更新 更多