[android-developers] Re: how to use ProGuard ?

2012-06-23 Thread Pent
Try setting an absolute path to the proguard config to make sure it's
being picked up.
Also make sure you have the latest SDK.

Pent

-- 
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: how to use ProGuard ?

2012-06-23 Thread ala hammad
thank you for your answer ...
but i think progaurd include by default in android ..
please help me how to use it ..

On Saturday, 23 June 2012 10:33:28 UTC+3, Pent wrote:

 Try setting an absolute path to the proguard config to make sure it's 
 being picked up. 
 Also make sure you have the latest SDK. 

 Pent

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

Re: [android-developers] Re: how to use ProGuard ?

2012-06-23 Thread Harri Smått
These days there should be automatically added (commented) line in 
project.properties file;

# To enable ProGuard to shrink and obfuscate your code, uncomment this 
(available properties: sdk.dir, user.home):
# proguard.config=${sdk.dir}/tools/proguard/proguard-android.txt

If you have this line, simply uncomment latter one.

--
H

On Jun 23, 2012, at 10:45 AM, ala hammad wrote:

 thank you for your answer ...
 but i think progaurd include by default in android ..
 please help me how to use it ..
 
 On Saturday, 23 June 2012 10:33:28 UTC+3, Pent wrote:
 Try setting an absolute path to the proguard config to make sure it's 
 being picked up. 
 Also make sure you have the latest SDK. 
 
 Pent
 
 -- 
 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


[android-developers] Re: how to use ProGuard ?

2012-06-23 Thread ala hammad
i try what you say and i got this message :
Invalid proguard configuration file path ..\proguard.cfg does not exist or 
is not a regular file

please help ...

On Saturday, 23 June 2012 09:19:38 UTC+3, ala hammad wrote:

 hello all ,
 i want to know how to use proguard ??
 i do what document say but size of .apk same after use and before so there 
 is something wrong ..
 i do thing like this :
 add proguard.config=proguard.cfg to project.properties
 and add new file proguard.cfg with setting  ..
 but there is something wrong ..

 please help me ..


-- 
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: how to use ProGuard ?

2012-06-23 Thread ala hammad
thank you all i update eclipse and SDK and everything work fine ...
thank you for your time ...

On Saturday, 23 June 2012 09:19:38 UTC+3, ala hammad wrote:

 hello all ,
 i want to know how to use proguard ??
 i do what document say but size of .apk same after use and before so there 
 is something wrong ..
 i do thing like this :
 add proguard.config=proguard.cfg to project.properties
 and add new file proguard.cfg with setting  ..
 but there is something wrong ..

 please help me ..


On Saturday, 23 June 2012 09:19:38 UTC+3, ala hammad wrote:

 hello all ,
 i want to know how to use proguard ??
 i do what document say but size of .apk same after use and before so there 
 is something wrong ..
 i do thing like this :
 add proguard.config=proguard.cfg to project.properties
 and add new file proguard.cfg with setting  ..
 but there is something wrong ..

 please help me ..


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