[android-developers] Using ProGuard

2011-01-08 Thread Neilz
Hi. The android docs at:

http://developer.android.com/guide/developing/tools/proguard.html

say: When you create an Android project, a proguard.cfg file is
automatically generated in the root directory of the project.

Am I missing something? I can't see this file. Do I have to install or
download or configure something first?

Thanks.

-- 
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] Using ProGuard

2011-01-08 Thread Mark Murphy
At least for command-line development, the latest dev tools will
create this file for new projects or projects you update (e.g.,
android update project -p .).

On Sat, Jan 8, 2011 at 11:40 AM, Neilz neilhorn...@gmail.com wrote:
 Hi. The android docs at:

 http://developer.android.com/guide/developing/tools/proguard.html

 say: When you create an Android project, a proguard.cfg file is
 automatically generated in the root directory of the project.

 Am I missing something? I can't see this file. Do I have to install or
 download or configure something first?

 Thanks.

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




-- 
Mark Murphy (a Commons Guy)
http://commonsware.com | http://github.com/commonsguy
http://commonsware.com/blog | http://twitter.com/commonsguy

_The Busy Coder's Guide to Android Development_ Version 3.4 Available!

-- 
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] Using ProGuard

2011-01-08 Thread Marcin Orlowski
On 8 January 2011 17:40, Neilz neilhorn...@gmail.com wrote:

 Am I missing something? I can't see this file. Do I have to install or
 download or configure something

You have to create new project with recent ADT. Previous version
had no proguard support and no proguard.cfg was created. If you
got existing project then simply create new one, copy proguard.cfg
from it. Also keep in mind that if you got android SDK in path with
spaces, (i.e. C:\Documends and settings\.) proguard will fail.
Kinda lame from Google dev to not test that correctly - workaround
is to move SDK to other location w/o spaces in path.

BTW: proguard.cfg is incomplete if you deal with Services and backward
compatibility.

-- 
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] Using Proguard on an app created with an earlier version of the Plugin/SDK.

2010-12-08 Thread George Moschovitis
I would like to use proguard on an app created with an earlier version
of the Eclipse plugin/SDK.
Should I just copy the proguard.cfg file and update my
default.properties file or should I follow a more complex procedure?


thanks in advance for your help,
-g.

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