【问题标题】:How to use xamarin profiler integrated with visual studio for profiling the android app如何使用与 Visual Studio 集成的 xamarin 分析器来分析 android 应用程序
【发布时间】:2015-07-07 05:38:42
【问题描述】:

xamarin profiler 寻找一个 exe,但我找不到任何生成的 exe。

【问题讨论】:

    标签: android xamarin profiling


    【解决方案1】:

    您必须通过一个单独的包安装分析器,您可以在 https://xamarin.com/profiler 找到该包。

    【讨论】:

    • 我已经安装了独立的 xamarin 分析器。但它需要一个 *.mlpd 文件。如何创建这样的文件。
    【解决方案2】:

    我已经检查过了,我认为这是一个错误。对于 0.16 版,您必须导航到您的调试文件夹。在那里,您可以在 *.mlpd、*.exe 或 Android *.apk 文件之间进行选择。

    为了验证你的回答,我安装了最新版本(现在是 0.18 版),我不能再选择了。

    因此,在 Windows 上使用分析器的唯一方法似乎是创建一个 *.mlpd 文件。 * answer 中描述了如何做到这一点。

    我想建议的一些额外阅读:

    Mono Log Profiler

    Profiling iOS

    Profiling Android

    【讨论】:

      最近更新 更多