[android-developers] Re: Obsolete proguard file - fix

2012-09-12 Thread sajay
Hi ,
  I.m getting the below error 
 
*Obsolete proguard file; use -keepclasseswithmembers instead of 
-keepclasseswithmembernames*

Error still persist even after replacing. please guide me

Thanks in Advance

Regards

Sajay

On Tuesday, January 31, 2012 7:41:30 PM UTC+5:30, Auri Rahimzadeh wrote:

 For those with issues with an obsolete proguard file, do the 
 following: 

 1. Under Window, go to View, then Problems. You'll see what the issue 
 is with the proguard file. 
 2. Open your proguard.cfg file and fix the errors. If it's the 
 membernames issue, just replace the old parameter with the new 
 parameter and you'll be set. 

 I hope that helps anyone having this problem. 

 Thanks and Best, 

 -Auri / www.techblogxxx.com 



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

[android-developers] Re: Obsolete proguard file

2011-12-31 Thread Droid
proguard is some type of 3rd party file for version checking or
similar.
I normally ignore them or just delete them.

On Dec 31, 5:38 am, bob b...@coolfone.comze.com wrote:
 Can someone explain in a nutshell what this means?

 Obsolete proguard file; use -keepclasseswithmembers instead of -
 keepclasseswithmembernames

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


[android-developers] Re: Obsolete proguard file

2011-12-31 Thread al
Proguard is a tool to shrink and obfuscate apps. For details, see
http://proguard.sourceforge.net/#FAQ.html . The proguard documentation
is very good. You might want to take a look.

On 31 Dez., 09:15, Droid rod...@gmail.com wrote:
 proguard is some type of 3rd party file for version checking or
 similar.
 I normally ignore them or just delete them.

 On Dec 31, 5:38 am, bob b...@coolfone.comze.com wrote:


  Can someone explain in a nutshell what this means?

  Obsolete proguard file; use -keepclasseswithmembers instead of -
  keepclasseswithmembernames

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