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.
