yes really, without detailed information we just cannot help you.

For your build time, we know of some bottlenecks and have plans to fix them
but there's likely no magic solutions for you. You could try parallel
builds if some of your libraries are independent from each other. On the
command line just use --parallel. If this works well you can add this in
studio in the preferences.

You can also try to do --profile to see what's taking time.


On Thu, Apr 3, 2014 at 10:20 AM, Siva Velusamy <[email protected]> wrote:

> On Thu, Apr 3, 2014 at 9:48 AM, vivart pandey <[email protected]>
> wrote:
> > we are using multiproject structure like this.
> > -app
> > settings.gradle
> > build.gradle
> > -----libraries:commonLib
> > -------build.gradle
> > -----libraries:lib1
> > ------build.gradle
> > -----libraries:lib2
> > -------build.gradle
> > -----libraries:lib3
> > -------build.gradle
> > -----libraries:lib4
> > -------build.gradle
> > -----libraries:lib5
> > -------build.gradle
> >
> > a. app depends on all libs.
> > b. lib1, lib2, etc all depends on commonLib.
> >
> > now we are facing two problems.
> > 1. Incremental build is not working. Always we have to run
>
> What does it mean when you say "incremental build is not working".
> What did you expect to happen, and what happened instead?
>
> > ./gradlew clean assembleDebug
> > 2. For our mid 2010 macbook pro its taking 40-45 minutes to build.
> > So what can we do fast build and any idea why incremental build is not
> > working?
> >
> > --
> > 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.
>
> --
> 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.
>



-- 
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/d/optout.

Reply via email to