[android-developers] Re: Ant build with Proguard (per blog) not obfuscating

2010-09-24 Thread Anm
Thanks for the clue.

It turns out my problem was where I inserted the XML entity.  I place
it after , but setup locked the property with the default
value before the referenced property task was executed.

-- 
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: Ant build with Proguard (per blog) not obfuscating

2010-09-24 Thread TreKing
On Fri, Sep 24, 2010 at 4:33 AM, sblantipodi
wrote:

> what is the blog post you are talking about?


http://android-developers.blogspot.com/2010/09/proguard-android-and-licensing-server.html

If you're on this list, you should probably also be following this blog.

-
TreKing  - Chicago
transit tracking app for Android-powered devices

-- 
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: Ant build with Proguard (per blog) not obfuscating

2010-09-24 Thread sblantipodi
what is the blog post you are talking about?

On Sep 24, 11:22 am, Anm  wrote:
> The timing of this week's blog post was perfect.  It was exactly what
> I intended to do today.  And the extra Ant step worked fine, and I can
> see Proguard obfuscate my files into bin/obf/obfuscated.jar (yes, I
> tweaked the file names and paths a little bit), the resulting App-
> release.apk does not include the obfuscated files.  My first hint was
> my stack traces, but I confirmed it with dedexer.
>
> Has anyone else verified their .apk?  How does the compile step know
> what .class files to use? (I'm hoping its not assuming some hard coded
> path.)
>
> Anm

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