如何在 Flutter 项目中使用 Android Profiler 和 Logcat in AndroidStudio 3

How to use Android Profiler and Logcat in AndroidStudio 3 in Flutter projects

运行 模拟器 API 28 或 27 通过 Android Studio,Flutter 配置 成功启动应用程序,没有其他问题,即所有其他功能工作正常。

为什么 Android Profiler 没有检测到设备?没有描述类似问题的资源。

尝试查看 Logcat:

时也会出现类似的问题

要使这两个工具工作,需要打开android模块。您可以通过在项目视图中打开 android 目录的 Flutter 上下文菜单或导航至 Tools -> Flutter:

来执行此操作

在此之后,即 Android 模块 在 Android Studio 中是 openend,Android Profiler 和 Logcat 可以正常工作。

另请参阅:https://flutter.io/docs/development/tools/android-studio#editing-android-code-in-android-studio-with-full-ide-support