我不能导出我的项目与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我的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我的proguard.cfg是空的。
谢谢!
发布于 2013-05-14 22:56:45
好的,我找到了使用Proguard ParseException with Default proguard.cfg on Android的解决方案
我的问题是我的工作区目录文件夹名带有"(“字符..所以我把它移到另一个没有空格或"(“的目录,它解决了这个问题。
https://stackoverflow.com/questions/16546191
复制相似问题