How Google Cloud Messaging Service in Android Works?

后端 未结 6 1388
无人共我
无人共我 2021-02-13 05:56

I want to use GCM Service in my application.

I have referred to the following link (Android Developer: Google GCM) but was not able to install the GCM Library in my ecli

6条回答
  •  我寻月下人不归
    2021-02-13 06:41

    I had similar issues and it was resolved once I updated Android SDK Tools to revision 20 and Android Platform SDK Tools to revision 12. Rev 19/11 would not shown up Extras > Google Cloud Messaging for Android Library in SDK Manager. And make sure that you restart SDK manager after updating.

    It should then show up in SDK manager as shown bellow: enter image description here

提交回复
热议问题