Rag*_*azy 11 debugging android-sdk-2.3 flutter
当我运行时它会抛出这个错误 --profile
H:\MyApp>flutter run --profile
Profile mode is not supported by Android SDK built for x86.
Run Code Online (Sandbox Code Playgroud)
但
H:\MyApp>flutter run --debug
Run Code Online (Sandbox Code Playgroud)
完美地工作。
任何修复?
小智 7
我遇到了同样的问题,它已100% 修复
基本上 flutter 不支持 x86 来运行配置文件,所以你需要在 x64 上运行它
按着这些次序
下载 x64 模拟器/插入您最新的 64 位架构安卓手机
然后在终端 flutter run --profile 上运行此命令
然后walla您的应用程序将安装在您的设备上
归档时间: |
|
查看次数: |
9207 次 |
最近记录: |