gpt4 book ai didi

android - 无法生成签名的 Apk - 需要组织 slug(通过 --org 提供)

转载 作者:行者123 更新时间:2023-12-02 21:06:21 33 4
gpt4 key购买 nike

设置Sentry.io后错误跟踪 当我尝试生成签名的 Apk 时收到此错误:

Java Compiler
error: An organization slug is required (provide with --org)

单击此图像并将其打开以查看更多详细信息: Error

我无法理解这个:

Process 'command
'/var/folders/j4/_fzm1rks3tsc2h3j4l2qbq4w0000gn/T/.sentry-cli1369818638611304938.exe'
' finished with non-zero exit value 1

这是错误引发的文件地址: Address in error

如何解决此问题并生成签名的 Apk?

最佳答案

文档不是很清楚,虽然提到了但很容易错过。这里需要两个不同的sentry.properties。

Please note the sentry.properties in your project root that configures sentry-cli is different than the one you include in your application resources to configure the Sentry SDK at runtime (as seen in the configuration documentation).

您需要在项目根目录中拥有另一个sentry.properties 文件

defaults.project=your-project
defaults.org=your-org
auth.token=YOUR_AUTH_TOKEN

以及带有DSN值的运行时sentry.properties等可以放置在app/src/main/resources目录中(如果需要,创建资源目录)

Config Docs

关于android - 无法生成签名的 Apk - 需要组织 slug(通过 --org 提供),我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/53369887/

33 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com