Using Android SDK Tools R15 and ADT 15 with Eclipse. But I'm stuck by Conversion to Dalvik format failed with error 1
when export the project to apk file with proguard on(It runs sucessfully with proguard off).
And I found this site.
Then I clean and rebuild my project but it makes no sense. And I have also tried to create a new Android project with all referenced jars of my project and then use the same proguard.cfg to obfuscate the code and export. But everything works well in the test project.
There isn't any error details printed on the terminal of Eclipse so I can't decide the problem.
It is -keepattributes LocalVariableTable
makes proguard produce malformed code.