我正在尝试为GCM定制cordova插件。我已经在项目的libs文件夹中包含了最新的、google-play-service.jar和AndroidMenifest.xml中的<meta-data android:name="com.google.android.gms.version" android:value="5089000" />。但仍然面临这个问题..。
E/GooglePlayServicesUtil( 2808): The Google Play services resources were not found. Check your project configuration to ensure that the resources are included.
W/GooglePlayServicesUtil( 2808): Google Play services out of date. Requires 5089000 but found 4452030我正在phonegap上开发android应用程序。我在控制台窗口中找到了此错误消息。我应该跟着这个安装Google服务SDK,但是没有找到任何build.gradle和
有人能说出真正的原因吗?我怎样才能在我的phonegap项目中以适当的方式包括谷歌播放服务?请帮帮我。我期待着很快收到你的来信。谢谢。
发布于 2014-08-13 04:19:20
E/GooglePlayServicesUtil( 2808): The Google Play services resources were not found. Check your project configuration to ensure that the resources are included.这个问题已经解决了。这个解决方案已经在这里找到了,Cordova导入google服务后生成问题 Google服务资源在我的phonegap项目中丢失了,即使是在libs文件夹中添加了google service.jar之后。所以我不得不配置phonegap项目。步骤(从链接复制)..。
发布于 2014-08-11 09:03:42
您的logcat输出显示您已经安装了一个过时的版本。你正在关注2014年3月的一篇博客,也许你应该试试官方文档。
http://developer.android.com/google/play-services/setup.html
https://stackoverflow.com/questions/25237725
复制相似问题