-
Notifications
You must be signed in to change notification settings - Fork 22
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
无法成功构建项目的安卓APK #132
Comments
Why Sentry is required ? @marxeille |
Is there any progress? |
Sentry token is required to upload bundle.js.map to the Sentry server.
Vào Th 6, 8 thg 12, 2023 vào lúc 17:57 Tu Chu ***@***.***>
đã viết:
… Why Sentry is required ? @marxeille <https://github.com/marxeille>
—
Reply to this email directly, view it on GitHub
<#132 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AE23XT54WQORILYATSOVKLTYILXCTAVCNFSM6AAAAABAMMOT4WVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTQNBWHE3DCNZRGY>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
Hi @marxeille, Thank you for your message. I see that a Sentry token is required to upload bundle.js.map to the Sentry server. To proceed, I would appreciate it if you could provide me with detailed documentation or instructions on how to configure the Sentry token. I want to ensure that I set it up correctly. Any guidance or links to relevant documentation would be greatly appreciated. Best regards, |
Sure, you can follow this |
我尝试在项目中构建安卓APK,我已经尝试过执行 "yarn install" 和 "yarn build",但似乎没有编译mobile目录下的代码。
我也进入package/mobile目录,没有在package.json文件中找到关于apk编译的脚本。
我尝试在package/mobile/android目录中执行 ./gradlew assembleRelease,也并没有成功编译,返回如下错误:
似乎是sentry服务需要的token不对,但我对sentry服务一无所知,我也没有足够的时间去学习这个,我希望能获得一个包括env详细配置,并且编译安卓apk的文档,谢谢。请帮助我,感谢您的时间和付出!
我的环境配置如下
The text was updated successfully, but these errors were encountered: