有 Java 编程相关的问题?

你可以在下面搜索框中键入要查询的问题!

java Android应用程序上传到Play Store时出错,在上传之前,测试一切正常

Android应用程序上传到Play Store时出错,在上传之前,测试一切正常。 现在我的应用程序已经发布,但它没有打开,打开时会弹出一个对话框,上面写着“你的应用程序正在关闭”或“立即关闭应用程序” 我和一个开发者联系,他给我发了这个(附件)。我已经检查了firebase控制台,一切正常,安卓 play store出现错误:

W/Firebase-Installations: Error when communicating with the Firebase Installations server API. HTTP response: [403 Forbidden: {
  "error": {
    "code": 403,
    "message": "Request from this Android client application com.zarza.mart are blocked.",
    "status": "PERMISSION_DENIED",
    "details": [
      {
        "@type": "type.googleapis.com/google.rpc.Help",
        "links": [
          {
            "description": "Google developers console API key",
            "url": "https://console.developers.google.com/project/608839543771/apiui/credential"
          }
        ]
      }
    ]
  }
}
]
E/Firebase-Installations: Firebase options used while communicating with Firebase server APIs: AIzaSyC_8qaCRic20001A--6WeoNGTRpBqKyJh0, zarzamart-b5f96,
E/Firebase-Installations: Firebase Installations can not communicate with Firebase server APIs due to invalid configuration. Please update your Firebase initialization process and set valid Firebase options (API key, Project ID, Application ID) when initializing Firebase.

共 (0) 个答案