Android studio is very slow after adding Android Design support library to gradlecompile 'com.android.support:design:22.2.0'
but it quickly recovers as soon as I delete the above library, 30 seconds versus 5 minutes, I use TabLayout and the toolbar from the library, so I need it, I'm not sure if the problem is with the library or TabLayout itself takes time to load, / p>
Is there any way to speed up the build process by any means?
Update: . The actual reason was the companyβs firewall, although a proxy server is installed it takes a long time to check each incoming file and cause a huge delay, so the accepted answer should work to avoid frequent calls
source
share