我正在创建一个简单的Cordova应用程序(android / iOS),它使用Azure服务,例如授权和推送通知。
我遇到了一个我无法修复的错误。构建应用程序时,我收到以下错误:
Error: /*path*/ Command failed with exit code 1 Error output:
FAILURE: Build failed with an exception.
* What went wrong:
Execution failed for task ':CordovaLib:processDebugGoogleServices'.
> No matching client found for package name 'org.apache.cordova'
config.xml,google-services.json和AndroidManifest.xml中的软件包名称都相同,不包括在android / CordovaLib / AndroidManifest.xml中(在org.apache.cordova中)。当我尝试改变这一点时,会出现一堆其他错误。
我已经重新下载了google-services.json文件,并尝试了我在网上找到的任何解决方案,但没有任何效果。
任何帮助都将受到高度赞赏!