GCMRegistrar cannot be resolved

后端 未结 4 2104
说谎
说谎 2021-01-06 06:40

I\'m trying to implement Push Notification. I have a problem with import com.google.android.gcm.GCMRegistrar it cannot be resolved.

I did install

4条回答
  •  情话喂你
    2021-01-06 07:34

    You need to copy the library - "gcm.jar" in folder - "libs". Look at this example and take out library - http://www.androidhub4you.com/2013/04/google-cloud-messaging-example-in.html

提交回复
热议问题