I am compiling an Android project and getting the following errors:
A problem occurred configuring project ':app'.
> Could not resolve all dependencies for configuration ':app:_debugCompile'.
> Could not find any version that matches com.google.android.gms:play-services:+.
Required by:
MyApp:app:unspecified
I am using Android Studio.
UPDATE:
The AndroidManifest.xml file has these two settings:
<!-- Target -->
<uses-sdk
android:minSdkVersion="9"
android:targetSdkVersion="9" />
In my Android Studio Module Settings I have the following:
I have also installed the Google Repository and Play Services.