Studio calls the Gradle plugin. Gradle is very very flexible, much more so than Eclipse's IncrementalProjectBuilder mechanism. As a bonus your changes will work inside and outside the IDE (think command line and/or build servers).
References: http://tools.android.com/tech-docs/new-build-system/user-guide http://www.gradle.org On Mon, Mar 3, 2014 at 10:07 PM, DHRUPAL PATEL <[email protected]>wrote: > In android eclipse the build is generated in following steps as eclipse > generate build using ant, > > 1. Android resource manager > 2. Android pre-compiler > 3. Java builder > 4. Android package builder > > Using > IncrementalProjectBuilder<http://codeandme.blogspot.de/2012/10/integrating-custom-builder.html> > class > I can inject my code in the project before 2nd step. > > Now I want to do the same thing in Android studio. Can any one know how I > will get this point to where I can insert code before compiling the code? > > > > <https://lh4.googleusercontent.com/-YuSysbfFczs/UxVtnhDc1_I/AAAAAAAAFLY/X5RiSM7rV8Q/s1600/eclipse+nat+based+build.png> > > > -- > You received this message because you are subscribed to the Google Groups > "adt-dev" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > For more options, visit https://groups.google.com/groups/opt_out. > -- Xavier Ducrohet Android SDK Tech Lead Google Inc. http://developer.android.com | http://tools.android.com Please do not send me questions directly. Thanks! -- You received this message because you are subscribed to the Google Groups "adt-dev" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
