Did you solve it? On Wednesday, November 23, 2011 1:10:51 PM UTC+1, Android Developer wrote: > > Hi, > > Did any one have solution for this? proguard return exception for adding > external jar file( restlet jar). > > > Exception. > > Proguard returned with error code 1. > > See console Unexpected error while performing partial evaluation: > Class = [org/restlet/engine/local/ > ZipClientHelper] > Method = > [handlePut(Lorg/restlet/Request;Lorg/restlet/Response;Ljava/io/File;Ljava/lang/String;)V] > > Exception = [java.lang.NullPointerException] (null) > java.lang.NullPointerException > > I did all configurations. > > Default.properties file > > proguard.config=proguard.cfg > external.libs.dir=lib > > proguard.cfg > > -libraryjars /lib/ > -dontwarn org.restlet.** > > but i got the above exception. It works for all other jar files. > > I did not use any ant build i am generate through eclipse. > > > Thanks > Mani. > >
-- 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

