Hi All,

Im getting this 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

I did not use any ant build i am generate through eclipse.


Thanks
Mani.

On Wed, Nov 16, 2011 at 12:12 PM, Android Developer <c2dmdevelo...@gmail.com
> wrote:

> Hi All,
>
> Before pushing application to market we need to remove Log statements.
> if application contains more java files then its hard to remove one by
> one.
>
> is Proguard is the best solution for this scenario? if its that it
> giving some problem while optimizing external jar files especially
> restlet jar it throughs nullPointerException.
>
> How do i solve this?
>
>
> 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

-- 
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