找不到针对无法应用插件的任何修复程序[类'com.google.gms.googleservices.GoogleServicesPlugin']

时间:2018-09-12 18:15:50

标签: 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

* 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"

请帮助我!

1 个答案:

答案 0 :(得分:2)

从以下位置更改 project.properties 中的以下代码:

路径:platform / android / project.properties

  

cordova.system.library.8 = com.google.android.gms:play-services-location +

进入

  

cordova.system.library.8 = com.google.android.gms:play-services-location:11.6.2