I am creating one android application and i want create build (.apk) by using Proguard. I am also using some external(android.support) and internal jar file(map.jar) jar files for reference and also added it as a "-libraryjars" But i dont understand why i am not able to create APK file. Its showing me following error. I have also recompiled the application and also added "-dontskipnonpubliclibraryclassmembers" but still it showing me same error. please help me for that.
Proguard returned with error code 1. See console [2012-04-11 18:31:41 - Android] Warning: jcifs.http.NetworkExplorer: can't find referenced method 'java.util.Enumeration getInitParameterNames()' in class jcifs.http.NetworkExplorer [2012-04-11 18:31:41 - Android] Warning: jcifs.http.NetworkExplorer: can't find referenced method 'java.lang.String getInitParameter(java.lang.String)' in class jcifs.http.NetworkExplorer [2012-04-11 18:31:41 - Android] Warning: there were 2 unresolved references to program class members. [2012-04-11 18:31:41 - Android] Your input classes appear to be inconsistent. [2012-04-11 18:31:41 - Android] You may need to recompile them and try again. [2012-04-11 18:31:41 - Android] Alternatively, you may have to specify the option [2012-04-11 18:31:41 - Android] '-dontskipnonpubliclibraryclassmembers'. [2012-04-11 18:31:41 - Android] java.io.IOException: Please correct the above warnings first. [2012-04-11 18:31:41 - Android] at proguard.Initializer.execute(Initializer.java:321) [2012-04-11 18:31:41 - Android] at proguard.ProGuard.initialize(ProGuard.java:211) [2012-04-11 18:31:41 - Android] at proguard.ProGuard.execute(ProGuard.java:86) [2012-04-11 18:31:41 - Android] at proguard.ProGuard.main(ProGuard.java:492) Thanks and Regards Rahul Nakate -- 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

