Reputation: 1476
Could someone please help me understand.
This is my first time with Google Services
So following this website I tried compiling it. With the version 7.8.99 and it gives me the error Failed to resolve: com.google.android.gms:play-services:7.8.99
I have downloaded the latest
Google Play Services
(revision 26)
And yet it gives me the error or is my version 7.8.99
wrong. I got the version number from
I am a beginner in android development so pls do help me
Upvotes: 0
Views: 2647
Reputation: 333
If you dont known the exact vesrion use this
compile
'com.google.android.gms:play-services:7+'
Upvotes: 2