Just moved to AS from Eclipse. Trying to build an existing (working) project. It keeps giving me this error
Error:Could not find com.google.android.gms:play-services:9.2.0.
Searched in the following locations: file:/C:/utils/AndroidStudio/gradle/m2repository/com/google/android/gms/play-services/9.2.0/play-services-9.2.0.pom
file:/C:/utils/AndroidStudio/gradle/m2repository/com/google/android/gms/play-services/9.2.0/play-services-9.2.0.jar
https://jcenter.bintray.com/com/google/android/gms/play-services/9.2.0/play-services-9.2.0.pom
https://jcenter.bintray.com/com/google/android/gms/play-services/9.2.0/play-services-9.2.0.jar
Required by: :Personal_weather:unspecified
The library is not in the studio directory (AndroidStudio), it is in the SDK directory (AndroidSDK), which the installation procedure insisted upon. I have installed the google repository using SDK Manager. In project setup I have the correct location of the SDK. How do I force AS to look in the correct directory?