我正在为 GCM 尝试自定义 cordova 插件。我在项目的 libs 文件夹和AndroidMenifest.xml中包含了最新的 google-play-service.jar。<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应用程序。我在控制台窗口中发现了此错误消息。我应该按照这个Install the Google Play services SDK,但没有找到任何build.gradle和proguard-rules.txt
有人能说出真正的原因吗?如何以适当的方式在我的 phonegap 项目中包含 google-play-service?请帮我。我期待着尽快收到您的来信。谢谢你。