1

Screen shot of sdk mamager

Screen shot of sdk manager....

I m trying to implement a push notification through GCM solution for android. But there is no library for GCM in sdk manager of android studio 1.5 version . It is quite strange to me because i have switched from android studio 1.2 to android studio 1.5. Is there any solution?

M Martin
  • 68
  • 1
  • 6

1 Answers1

0

this gradle

dependencies {
    compile 'com.google.android.gms:play-services:7.8.0'
}
Muhammad Waleed
  • 2,517
  • 4
  • 27
  • 75