Gradle Can't Manage To Add Compile 'com.google.android.gms:play-services:7.0.0'
I can't belive that no one found out how to solve this problem. I wanted to add a banner to my app, but Android Studio's Gradle system tries to convience my that this is not so goo
Solution 1:
Via the SDK Manager, you need to make sure you have Android Support Repository
up to date - that is where Android Support Library dependencies are resolved.
Solution 2:
add
compile 'com.android.support:support-v4:22.0.0'
Post a Comment for "Gradle Can't Manage To Add Compile 'com.google.android.gms:play-services:7.0.0'"