For one of my applications I had to use progard (more to strip unused
classes than really to obfuscate. I made a small bat script beginning
after the initial compilation (still made in Eclipse) and calling
AAPT, PROGARD, DX, APKBUILDER, JARSIGNER and ZIPALIGN. Are you
interested ?

On 1 août, 14:08, sblantipodi <perini.dav...@dpsoftware.org> wrote:
> Thanks for your reply, very appreciated.
> I'm hanging there...
> Since google recommends obfuscation, why don't ask it to release a
> guide on how to obfuscate apk?
>
> On Aug 1, 7:27 am, Miguel Morales <therevolti...@gmail.com> wrote:> Looks 
> like that's defined in:
> > ant/ant_rules_r2.xml and templates/android_rules.xml
> > not sure where this is supposed to be included. you'll have to figure that 
> > out.
>
> > On Sat, Jul 31, 2010 at 7:38 AM, sblantipodi
>
> > <perini.dav...@dpsoftware.org> wrote:
> > > Wow, thanks this maked me goes forward to next error :)
> > > thanks...
>
> > > Target "package-resources" does not exist in the project
> > > what does it means, how can I specify package-resources?
>
> > > Thanks.
>
> > > On Jul 30, 11:34 pm, Miguel Morales <therevolti...@gmail.com> wrote:
> > >> Make sure you have the included files such as:
> > >> <property file="local.properties"/>
>
> > >> Which should have:
> > >> sdk.dir=/path/to/sdk_root
>
> > >> <property file="build.properties"/>
> > >> Which should have:
> > >> sdk-location=/path/to/sdk_root
>
> > >> and
> > >> <property file="default.properties"/>
>
> > >> Which should have:
> > >> target=android-3 ##or whatever
>
> > >> On Fri, Jul 30, 2010 at 12:00 PM, sblantipodi
>
> > >> <perini.dav...@dpsoftware.org> wrote:
> > >> > done, same problem... :(
>
> > >> > On Jul 30, 7:46 pm, Mark Murphy <mmur...@commonsware.com> wrote:
> > >> >> If this is a normal Android project, run android update project -p
> > >> >> ..., where ... is the path to your project, and it will create or
> > >> >> repair your local.properties file.
>
> > >> >> On Fri, Jul 30, 2010 at 1:31 PM, sblantipodi
>
> > >> >> <perini.dav...@dpsoftware.org> wrote:
> > >> >> > I have listed it in the main.xml, the problem seems that ant doesn't
> > >> >> > find the SDK...
> > >> >> > if you found my error on google
> > >> >> > "taskdef class com.android.ant.SetupTask cannot be found"
> > >> >> > you will find dozens of people with my same problem,
> > >> >> > but I can't find a solution yet...
>
> > >> >> --
> > >> >> Mark Murphy (a Commons 
> > >> >> Guy)http://commonsware.com|http://github.com/commonsguyhttp://commonsware.com/blog|http://twitter.com/commonsguy
>
> > >> >> _Android Programming Tutorials_ Version 2.9 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
>
> > >> --http://developingthedream.blogspot.com/,http://diastrofunk.com,http:/...,
> > >>  ~Isaiah 55:8-9
>
> > > --
> > > 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
>
> > --http://developingthedream.blogspot.com/,http://diastrofunk.com,http:/..., 
> > ~Isaiah 55:8-9

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

Reply via email to