I Copied my Android Studio project from my work PC and copied it to my home PC. When I opened the project I got the following error:
Failed to import Gradle project: Could not fetch model of type 'IdeaProject' using Gradle distribution 'http://services.gradle.org/distributions/gradle-1.6-bin.zip'. Build file 'C:\Users\Tom\AndroidStudioProjects\CongressProject\Congress\build.gradle' line: 9 A problem occurred evaluating project ':Congress'. A problem occurred evaluating project ':Congress'. The SDK directory 'D:\Program Files\Android\android-studio\sdk' does not exist.
I guess that's because all my SDK\JDK and all other settings are in different locations in my work PC and home PC. I get this error all the time I try to rebuild my project.
How do I fix this so I can work on the same project from home and work? I want to make it easy to copy the project from my 2 different PC's.
thanks!