I had problems with obfuscating one project I had. Updating ADT's Proguard
to latest one found on SourceForge fixed the problem for me until new ADT
was published. Maybe updating Proguard worked for you too - I think latest
version is 4.8 and newer than the one bundled with ADT 19.

--
H
On Jun 16, 2012 12:24 PM, "Giuseppe" <[email protected]> wrote:

> 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

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

Reply via email to