Cannot fix Android Proguard Returned with error code 1 error
When I try to use proguard in my android application simply adding proguard.config=${sdk.dir}/tools/proguard/proguard-android.txt to my project.properties file, the APK export fails with the message Proguard Returned with error code 1 This is my project.properties file target=android-18 android.library.reference.1=../LVL proguard.config=${sdk.dir}/tools/proguard/proguard-android.txt This is the error stack: Proguard returned with error code 1. See console [2013-08-28 18:27:13 - MyApp] Warning: org.apache.harmony.awt.datatransfer.DataProxy: can't find superclass or interface java.awt