Warning: file_get_contents(/data/phpspider/zhask/data//catemap/2/ionic-framework/2.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Cordova 找不到应用插件[class';com.google.gms.googleservices.GoogleServicesPlugin';]失败的任何修复程序_Cordova_Ionic Framework_Push Notification_Phonegap Plugins - Fatal编程技术网

Cordova 找不到应用插件[class';com.google.gms.googleservices.GoogleServicesPlugin';]失败的任何修复程序

Cordova 找不到应用插件[class';com.google.gms.googleservices.GoogleServicesPlugin';]失败的任何修复程序,cordova,ionic-framework,push-notification,phonegap-plugins,Cordova,Ionic Framework,Push Notification,Phonegap Plugins,我一直在想如何发送推送通知,特别是当firestore数据库侦听其文档字段的更新时。我在遵循社区的一个教程,我一直在努力让它工作,但显然,无论我做什么,我都会收到上面标题中描述的错误。每次我尝试运行我的应用程序时,都会出现以下错误: * Where: Script 'C:\Users\Publio\Desktop\Firestore Notification\push\platforms\android\phonegap-plugin-push\pts-push.gradle' line: 35

我一直在想如何发送推送通知,特别是当firestore数据库侦听其文档字段的更新时。我在遵循社区的一个教程,我一直在努力让它工作,但显然,无论我做什么,我都会收到上面标题中描述的错误。每次我尝试运行我的应用程序时,都会出现以下错误:

* Where:
Script 'C:\Users\Publio\Desktop\Firestore Notification\push\platforms\android\phonegap-plugin-push\pts-push.gradle' line: 35

* What went wrong:
A problem occurred evaluating project ':app'.
> Failed to apply plugin [class 'com.google.gms.googleservices.GoogleServicesPlugin']
   > For input string: "+"
我一直在到处寻找来解决这个问题,但显然什么都不管用!我不知道如何继续,我真的需要一些帮助,因为我已经被困在它很长一段时间了

为了更好地描述我的问题,以下是我目前使用的插件列表:

    > cordova plugin ls
cordova-plugin-device 2.0.2 "Device"
cordova-plugin-firebase 2.0.1 "Google Firebase Plugin"
cordova-plugin-ionic-keyboard 2.1.2 "cordova-plugin-ionic-keyboard"
cordova-plugin-ionic-webview 2.1.3 "cordova-plugin-ionic-webview"
cordova-plugin-splashscreen 5.0.2 "Splashscreen"
cordova-plugin-statusbar 2.4.2 "StatusBar"
cordova-plugin-whitelist 1.3.3 "Whitelist"
phonegap-plugin-push 2.1.3 "PushPlugin"

请帮帮我

更改项目属性中的以下代码:

路径:platform/android/project.properties

cordova.system.library.8=com.google.android.gms:播放服务位置+

进入

cordova.system.library.8=com.google.android.gms:play services位置:11.6.2


检查此链接是否无效,我没有使用FCMPlugin