1

I can't find a way to install the Android GCM through the SDK Manager. I have managed to install the play services but in the extras folder I can't find the GCM.jar library. The GCM is not listed in the SDK Manager checkboxes although I have made all the possible updates

Andrea Sindico
  • 7,358
  • 6
  • 47
  • 84

2 Answers2

0

You don't need GCM.jar. Only PlayServices library is required. Refer: http://developer.android.com/google/gcm/gs.html

srs
  • 647
  • 3
  • 11
0

There is only Google Play Services you need to setup. Implementing GCM Client is the complete source code, given by android documentation .

Pankaj Kumar
  • 81,967
  • 29
  • 167
  • 186