Android Studio 3.0
MacBook Pro 2.5 GHz i7, 16GB Ram, 500 GB SSD.
My build time takes anywhere from ~45 seconds
, ~2minutes
, ~5minutes
. I think I get 5 minutes after a clean/build, 2 minutes after changing code, and 45 seconds with no code changes.
What hardware improvements would have most impact on android build times? Is it mostly CPU constrained, disk, memory?
What build times do other Android people see for their projects? Is 2 minutes normal, slow or fast?
Are there any build tricks that can improve the time? I've reviewed articles to improve performance and tried suggestions but if anyone knows some pitfalls I might have run into that would be great.
-Thanks!!