On 8 January 2011 17:40, Neilz <[email protected]> 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 [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

