I’m running Eclipse Indigo with Android ADT 16. My project is at Android 2.2 (API 8). I’ve added a proguard.cfg file to the project root directory and added the following line to both default.properties and project.properties:
proguard.config=proguard.cfg
When I use the Eclipse Export wizard, a .apk file is generated, but it appears to be the same size as before I enabled ProGuard, and moreover there is no proguard/ subdirectory in my project root directory. So it appears that ProGuard is not running. What other steps are necessary to enable ProGuard from Eclipse?
Thanks
Tom
Proguard now requires Ant version 1.8+ to run properly, per this post. My MacBook Pro comes with Ant version 1.7 – updating to Ant version 1.8.2 did the trick.