I added Google Play Services to my Android project in Gradle dependencies.
dependencies {
compile 'com.google.android.gms:play-services:4.1.32'
}
The problem is that Android Studio does not recognize this dependency. I tried syncing project with gradle files, but classes are still not found.
I can manually import some classes from Google Play Services and use them in my code and it will compile with no problems.
If I import jar
file from arr
that is downloaded from maven everything works fine.
I tried this with couple of libraries and it is always the same. I am using Android Studio 0.4.2.