The export wizard in ADT for building release versions of Android apps works great, but when I add the proguard.config=proguard.cfg line to default.properties, everything suddenly stops working with the following message:
[time - appname] Proguard returned with error code 1. See console [time - appname] Error: E:\Programming\Mobile\Android\Eclipse (Access is denied) This error message is horrible. I've spend the last 5 hours to figure out why it keeps saying that, but truth is, I can't. Here's what I'm using: - Eclipse Classic 3.6.2 (download this one today to see if it would fix anything) - Latest version of the Android SDK and ADT for Eclipse - The standard generated proguard.cfg file (exists at the app project root) - A standard generated Android app without anything added, just a plain and bare app as it comes from ADT - Windows Vista / SP2 - JDK/JRE, etc. different version doesn't matter, the error won't go away "E:\Programming\Mobile\Android\Eclipse" is definitely not closed down in any way. Any program can access the folder and its contents. Eclipse is installed right there, and so is the Android SDK (one level down, not inside the Eclipse directory itself). Also, there are absolutely no folders in there with spaces. I really do not have ideas anymore on how to fix this. Well, I could use the method as described on the Android Developer Blog, but I would like to use the wizard instead. It's there for a reason, I don't want to use the commandline when I don't have to... ..has anyone ever seen this problem before? Any hints on what files I can look into to fix it? -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

