【发布时间】:2021-09-15 04:25:47
【问题描述】:
我在google play store 上上传了一个应用程序。我正在使用xamarin / visual studio 并且我有bundle 我的应用程序。所以这是aab,而不是apk。我也在使用 Visual Studio,所以我没有 gradle 文件
它给了我 2 个警告
Warning-1 This App Bundle contains Java/Kotlin code, which might be obfuscated. We recommend you upload a deobfuscation file to make your crashes and ANRs easier to analyze and debug. Learn More Warning-2 This App Bundle contains native code, and you've not uploaded debug symbols. We recommend you upload a symbol file to make your crashes and ANRs easier to analyze and debug. Learn More
我的问题:如何创建去混淆和符号文件?这些只是空文本文件吗?
在 Google Play 商店控制台上 - 我找到了可以上传 mapping 和 symbol files 的部分,但不能上传 deobfuscation file
App Bundle Explorer > 下载 > 资源 >
- 重新跟踪映射文件 > 上传
- 本机调试符号 > 上传
【问题讨论】:
标签: c# android xamarin xamarin.forms mobile