Re: [android-developers] Proguard is not working on Eclipse Helios

2012-01-11 Thread Harri Smått
Hi, The outputted .apk ought to be ran through Proguard and there's no separate non-obfuscated .apk. Proguard output itself (logs) should be found under /proguard (if you're running under Eclipse that is at least). -- Harri On Jan 11, 2012, at 7:21 AM, Android Developer wrote: > Hi, > > I ha

[android-developers] Proguard is not working on Eclipse Helios

2012-01-11 Thread Android Developer
Hi, I have tried exporting my Android project by adding the line "proguard.config=proguard.cfg" in default.properties file. It exports the apk file successfully. But I didn't find the proguard output files either under or under /bin directory. Also, no errors occurred during the project export.