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
What worked for me was i did exactly what "geekydhaval" said, thanks again for that but I went back to the dependencies { classpath 'com.android.tools.build:gradle:2.3.0' } and change from 2.3.2 to 2.3.0 and the build completed successfully.