Flutter 错误汇总

1,757 阅读1分钟

Gradle task assembleRelease failed with exit code 1

查看报错信息

flutter build apk -v

我这边是androidX兼容问题,支持下androidX 就可以了 support androidX flutter.dev/docs/develo…

Reinstall cached packages.

flutter packages pub cache -h
Work with the system cache.

Usage: pub cache <subcommand>
-h, --help    Print this usage information.

Available subcommands:
add      Install a package.
repair   Reinstall cached packages.
flutter clean
flutter packages pub cache repair