我正在运行以下命令来构建应用程序包并分析大小。我尝试了以下所有的命令,但我得到了一个错误。
flutter build appbundle --target-platform android-arm --analyze-size
flutter build appbundle --target-platform android-arm64 --analyze-size
flutter build appbundle --target-platform android-x64 --analyze-size错误:
Could not find an option named "analyze-size".发布于 2021-03-24 22:59:50
运行命令分析颤动应用程序后,使用此2个命令来升级颤动版本
https://stackoverflow.com/questions/64496043
复制相似问题