为 Google 云消息配置 google 播放服务时遇到问题

Having trouble configuring google play services for Google cloud messaging

即使我配置了 google 播放服务并从我的 sdk 中放置了 google 播放 services.jar 文件,它仍显示此消息:

The Google Play services resources were not found. Check your project configuration to ensure that the resources are included.

您不能在您的应用程序项目文件夹中添加 jar 文件。您首先需要从 SDK 管理器安装 Google Play 服务,然后将其导入到您的应用项目中以便引用它。因为你没有提到你正在使用哪个IDE。

如果您使用的是 Eclipse 请检查此 tutorial

如果您正在使用 Android Studio 请检查此 tutorial

希望对您有所帮助!!