Android 未找到与包名称';匹配的客户端;org.apache.cordova';

Android 未找到与包名称';匹配的客户端;org.apache.cordova';,android,apache,cordova,firebase,Android,Apache,Cordova,Firebase,我正在创建一个简单的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

我正在创建一个简单的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文件,并尝试了我在网上找到的任何解决方案,但没有任何效果


任何帮助都将不胜感激

iOS的构建是否存在任何问题?你是否尝试过删除android并读取它,然后构建它?它成功地为iOS构建。删除安卓、添加安卓和重建安卓没有任何区别。这可能有助于解决iOS构建中的任何问题?你是否尝试过删除android并读取它,然后构建它?它成功地为iOS构建。删除安卓、添加安卓和重建安卓没有任何区别。这可能会有所帮助