0

我正在尝试使用AndroidPublisher API从我的 CI 服务器上传应用程序包。到目前为止,我已经完成了所有设置和工作,除了捆绑包上传后(我看到大量网络流量),我收到以下错误消息:

Caused by: com.google.api.client.googleapis.json.GoogleJsonResponseException: 404 Not Found
{
  "code" : 404,
  "errors" : [ {
    "domain" : "androidpublisher",
    "message" : "APK not found for the symbol file.",
    "reason" : "apkNotFound"
  } ],
  "message" : "APK not found for the symbol file."
}

有什么想法可能导致这种情况吗?

这是我正在使用的 API:https ://developers.google.com/android-publisher/api-ref/edits/bundles/upload 。

哦,还有一点我应该提到的是,使用控制台手动上传 aab 效果很好。

4

0 回答 0