I'm trying to export my Android app in Eclipse with the newest versions of Eclipse, the Android SDK, the ADT, and ProGuard. If I add the ProGuard cfg file to the default.properties file (no modifications to the cfg file) and try to export a signed apk, the exporter fails, saying that it couldn't convert to dex bytecode with error 1. Commenting out the ProGuard file makes it export just fine. I've tried starting Eclipse with the -clean flag, disabling obfuscation with the -dontobfuscate flag, cleaning the project many, many times, and fixing Android properties. How do I fix this?
EDIT: I had the acra library (jar) referenced and integrated, but have since removed it in an effort to fix this. It didn't help :( so, the only referenced library is the Android 2.1 library, added by the Create Project dialog. I've also tried deleting the project and re-grabbing it from my CVS, to no avail.