I\'ve just pulled down an Android project from git, and Android Studio is giving me the following error whenever I attempt to open it;
Error:Could not find c
If you have firewall configured in your PC,try the following in gradle.properties.
systemProp.https.proxyHost= systemProp.https.proxyPort=8080 systemProp.https.proxyUser= systemProp.https.proxyPassword= systemProp.https.nonProxyHosts=www.google.com|localhost