0

I read alot of posts similar to this topic, but cant solve it anyway. Everytime I try to export my signed application with the obfuscator enabled, I get the following:

[2011-12-23 13:26:35 - AppName] Proguard returned with error code 1. See console
[2011-12-23 13:26:35 - AppName] proguard.ParseException: Unknown option 'android\AppName\proguard\dump.txt' in argument number 9
[2011-12-23 13:26:35 - AppName]     at proguard.ConfigurationParser.parse(ConfigurationParser.java:170)
[2011-12-23 13:26:35 - AppName]     at proguard.ProGuard.main(ProGuard.java:491)

I use the Google APIs Version 2.3.3 and the standard configuration and just added the proguard.config=proguard.cfg to the projects.properties. I use "Progra~1" in the SDK path and tried clean already.

As far as I know, the dump.txt is generated in a successfully run of the obfuscator.

Can someone give me a hint?

WarrenFaith
  • 57,492
  • 25
  • 134
  • 150
intA
  • 497
  • 2
  • 10
  • 23
  • Ok its been a space in my workspace folder. @Warren: dunno what arg nr 9 is - made no sense for me. – intA Dec 23 '11 at 12:50

1 Answers1

0

It is because of the space in the project folder path. There is a duplicate question here Proguard ParseException with Default proguard.cfg on Android and the answer is step 2,3,4 and 5 of the accepted answer.

Community
  • 1
  • 1
Win Myo Htet
  • 5,377
  • 3
  • 38
  • 56