Hello,

This is probably more an Eclipse question but pointers are welcome.
Here are some build times for an application, based on equivalent ant
tasks:

clean, build: 17s
incremental build: 8s
debug: 1mn46s

"build" is equivalent to the ant task "<target name="build"
depends="dirs,resource-src,aidl,compile" />", it's basically the
regular Java build without the android packaging action.

I do not use ant in my Eclipse setup to have access to debugger and
other tools. My problem is Eclipse default build action is equivalent
to "debug", which is very slow and therefore prevent incremental
builds. I would like to configure the default build action to be
everything *except* the "Android Package Builder", while preserving
the ability to make full builds and debugging runs.

Can you tell me how to do this?


Here is what I tried:
- Replace Eclipse build with an ant script. This works fine except I
don't know how to debug it.
- Disable "Android Package Builder" in project properties. It makes
incremental builds fast but I don't know how to make full builds and
debugging run (since the apk is no longer generated).

Thanks you for any idea

--
Patrick Mézard
-- 
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