We are moving a fairly big project from Eclipse to Android Studio. The project has a deep dependency structure with a framework library project and an app with lots of library modules. The build times for the app project are more than 8 minutes compared to less than one minute in Eclipse. I noticed that this is mainly because we have a library with all the resources and Gradle copies these resources everywhere to every dependent module. My guess is that Eclipse uses only links for that kind of dependency.
Is there a switch in AS/Gradle for similar behavior? Or is something planned to rectify this issue? Or should we completely refactor our project? -- 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/d/optout.
