flutter - 为 x86 构建的 Android SDK 不支持配置文件模式?

标签 flutter debugging android-sdk-2.3

当我运行 --profile 时它会抛出这个错误

H:\MyApp>flutter run --profile
Profile mode is not supported by Android SDK built for x86.
  H:\MyApp>flutter run --debug
完美地工作。
任何修复?

最佳答案

我遇到了同样的问题 --release模式,但解决了这个:

If you want to run a release mode APK on an emulator, it needs to be one of Flutter's supported ABIs: armeabi, armeabi-v7a, or x86_64.


如所见 here .

关于flutter - 为 x86 构建的 Android SDK 不支持配置文件模式?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/63570183/

相关文章:

java - 将 Flutter 应用 Facebook 身份验证与 Keycloak 服务集成

flutter - 错误 : Couldn't find constructor 'ImagePickerOptions' . ImagePickerOptions options = const ImagePickerOptions()

debugging - JVM 是否监听 IPv6 调试端口?

windows - 如何在启动时关闭 Windows 内核调试?

eclipse - 使用 maven tomcat 和 eclipse 进行远程调试

android - Unity3D构建错误

android - 在 AVD 上运行 SIP 演示 Android 平台 2.3

dart - 如何同步滚动两个 SingleChildScrollView 小部件

android - Nativescript Android 模拟器未运行

firebase - 在Flutter中从Firestore检索和转换单个文档