使用Flutter build apk 时候Android studio报错 Exhausted heap space, trying to allocate 240 bytes
直接写原因:MacOS 10.13.6 不支持最新版本的FlutterSdk(最低要求10.14)
解决办法:回退Flutter Sdk到3.0.0(目前测试该版本可用)
关于这个问题在flutter上的反馈可以查看:https://github.com/flutter/flutter/issues/121739
后续如果官方有了解决方案,我会在下方更新。
网友评论