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 android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to