Android studio is building very slowly after adding Android Design Support library in gradle
compile 'com.android.support:design:22.2.0'
but builds fast once I remove the above library, 30 seconds against 5 minutes, I am using TabLayout and Toolbar from the library hence I need it, not sure if its the library issue or the TabLayout itself taking time to load,
Is there a way I can speed up the build process by any means ?
Update: The actual reason was the company firewall, though proxy is set it takes lot of time to validate each incoming file and cause huge delay,so accepted answer should work to avoid frequent calls