android - Proguard Error: Unknown option '(' in argument number 12 -
i can't export project proguard, error , out of solutions.. don't know argument number 12 ...
[2013-05-14 17:38:39 - livewallpaper] proguard returned error code 1. see console [2013-05-14 17:38:39 - livewallpaper] error: unknown option '(' in argument number 12
my project.properties:
# enable proguard shrink , obfuscate code, uncomment (available properties: sdk.dir, user.home): proguard.config=proguard.cfg # project target. target=android-13
and proguard.cfg empty.
thanks!
ok found solution using proguard parseexception default proguard.cfg on android
my problem workplace directory folder name "(" character .. moved directory without whitespaces or "(" , solved it.
Comments
Post a Comment