安卓 : not getting GCM Library in extra folder

标签 android push-notification google-cloud-messaging android-sdk-tools

我想在我的应用程序中使用 GCM 服务。

在 SDK 管理器中,我没有在 Extras 文件夹中获取 GCM 库。

谁能帮帮我?

enter image description here

最佳答案

您需要 Google Play 服务库,其中包含 GoogleCloudMessaging 类,这是注册到 GCM 的新方法。

关于安卓 : not getting GCM Library in extra folder,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/24550865/

相关文章:

java - Android 应用程序在 onActivityResult 方法中崩溃

php - 在android中使用okhttp将数组或jsonobject传递给php url?

java - 在 Android 中使用 `Calendar` 指定日期时间范围

android - 跨应用程序在 GCM 中执行相同操作的多个接收器

android - GCMIntentService + 在死线程上向处理程序发送消息

android - 使用 Android NDK 演示 printf 或 __android_log_print 漏洞

javascript - Web 推送通知的权限更改是否有回调?

ios - 如何在ios中实现unregisterForRemoteNotifications

ios - 证书过期后,是否有必要在苹果创建一个新的基于推送通知的配置文件

android - 如何在 Android 项目的 google-services.json 中获取 mobilesdk_app_id 参数?