cordova编译错误phonegap-plugin-push android

时间:2017-08-07 00:39:52

标签: android cordova cordova-plugin-fcm

嗨(对不起我的英语)im开发一个带有cordova的应用程序,我在我的应用程序之前编译包括3个不同的插件并且它有效,今天我已经安装了phonegap-plugin-push并安装好插件但是当我要编译生成这个错误:

错误:cmd:命令失败,退出代码1错误输出: FAILURE:构建因异常而失败。

  • 其中: 脚本' C:\ domicilios \ platforms \ android \ phonegap-plugin-push \ hellocordova-push.g radle'行:38

  • 出了什么问题: 评估根项目' android'时出现问题。 无法应用插件[class' com.google.gms.googleservices.GoogleServicesPlu 杜松子酒']>对于输入字符串:" +"

hellocordova-push.gradle fili第38行就是这个

ext.postBuildExtras = {
 apply plugin: com.google.gms.googleservices.GoogleServicesPlugin
}

感谢。

1 个答案:

答案 0 :(得分:0)

您的问题的解决方案记录在案here。您可能还有其他插件,具体取决于Google Play服务(也许是谷歌地图)。因此,您需要固定到特定的播放服务版本,以使其相应地工作。