how to use old android studio project
Open up this file in your project:
<project>/gradle/wrapper/gradle-wrapper.properties
Edit the distributionUrl line and set it too:
distributionUrl=http\://services.gradle.org/distributions/gradle-1.8-all.zip
Rebuild your project.
</project>