On Jan 25, 2012, at 9:27 PM, New Developer wrote: > any ideas ? When I faced problems with ProGuard I had no idea what was causing them, I went to their sourceforge site, downloaded latest ProGuard package and replaced tools/proguard/bin and tools/proguard/lib directories within Android SDK with the ones from this version 4.7 package. Worked like a charm for me at least and might do the same trick for you too.
And the error I was facing seemed rather "cryptic" unless you're into hacking your way into ProGuard code; [2012-02-14 21:38:21 - Proj] Proguard returned with error code 1. See console [2012-02-14 21:38:21 - Proj] java.lang.ArrayIndexOutOfBoundsException: 5 [2012-02-14 21:38:21 - Proj] at proguard.classfile.editor.VariableRemapper.remapVariable(VariableRemapper.java:151) ... -- H -- 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

