android - 如何从 Google Code 下载 Google Cloud Messaging (GCM)?

标签 android google-app-engine google-cloud-messaging

我正在尝试学习如何使用 GCM,我想下载这个简单的应用程序。我正在按照此处的说明进行操作:http://developer.android.com/google/gcm/server.html .

Using App Engine for Java

To set up the server using a standard App Engine for Java:

  1. Get the files from the open source site, as described above.

我输入了链接 - https://code.google.com/p/gcm/但是那里没有下载,而且我没有 Git(而且我不知道如何使用它..)。

谁能解释一下如何下载它或给我一个链接之类的? 提前致谢!

最佳答案

我知道这是非常非常晚的答案。但是今天我在这里看到了你的问题,发现除了你之外没有其他答案,所以给出了解决方案。可能对其他人有用。

  • 打开网址 https://code.google.com/p/gcm/
  • 现在单击源选项卡,然后转到源正下方的浏览选项卡 标签。
  • 现在左侧窗口中的目录部分包含所有样本 gcm 项目。
  • 从那里选择任何项目并点击下载 zip 链接,最后 你做到了。

  • 用于下载 GCM 示例代码的直接 URL。 here

关于android - 如何从 Google Code 下载 Google Cloud Messaging (GCM)?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/17431492/

相关文章:

android - textview 未对齐 imageview 下方的中心

android - Spritesheet 以编程方式切割 : best practices

python - 在 Python 中使用 virtualenv 测试我的 GAE 应用程序

android - 如何清除来自 GCM 的通知

android - Android 中保存到数据库时去掉括号

Android Retrofit 日志不显示

google-app-engine - 我该如何解决这个内部 GWT 编译器错误

python - 404 未找到 : self. request.url

push-notification - Electron APP的FCM/GCM

android - FCM 能否与 AWS SNS 配合使用?