通过 Gradle 测试 Google 云消息推送通知

Test Google Cloud Messaging Push notification through Gradle

我已经在 Android Studio 中配置了 Google 云消息传递演示应用程序。已配置并显示屏幕 "You can now use gcmsender to send downstream messages to this app."

要测试这个 Google 说

When the sample application loads on your device, run the following gradle command to send a notification to all devices:

./gradlew run -Pargs=""

任何人都可以在这里指导在哪里以及如何使用这个 gradle 命令:

./gradlew run -Pargs=""

谢谢

您必须使用终端,只需单击您将在 Android Studio 底部的状态栏中看到的终端选项。它将为您启动终端 window 并显示目录。您现在可以执行任何 Gradle 任务。 例如:gradlew 运行 -Pargs="your_message"

使用Android工作室的终端(左下角),按原样输入写在https://developers.google.com/cloud-messaging/android/start?configured上的命令,下载gradle服务需要时间,到那时你就有了等待。