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
Asked
Active
Viewed 248 times
1
-
1You need only import play services library. GCM.jar is not required anymore. – Dhaval Aug 21 '14 at 07:15
-
http://developer.android.com/google/gcm/gs.html. Just follow this this link to set up Play services and implementing GCM – williamj949 Aug 21 '14 at 07:15
-
http://techlovejump.in/android-push-notification-using-google-cloud-messaging-gcm-php-google-play-service-library/ – Dhaval Aug 21 '14 at 07:16
-
Related QA http://stackoverflow.com/questions/12264761/add-gcm-jar-in-eclipse-ide-google-cloud-messaging – Peter Lillevold Aug 21 '14 at 07:17
-
How about solving com.google.android.gcm imports ? – Andrea Sindico Aug 21 '14 at 07:20
-
Which project you are using? From any article ? – Pankaj Kumar Aug 21 '14 at 07:45
-
a project developed with version 18 – Andrea Sindico Aug 21 '14 at 14:42
2 Answers
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