Search code examples
androidpush-notificationgoogle-cloud-messagingandroid-sdk-tools

Android : not getting GCM Library in extra folder


I want to use GCM Service in my application.

From the SDK manager I am not getting GCM Library in the Extras Folder.

Can anyone please help me?

enter image description here


Solution

  • You need the Google Play Services library, which contains the GoogleCloudMessaging class, which is the new way to register to GCM.