查看報錯信息android
flutter build apk -v
複製代碼
我這邊是androidX兼容問題,支持下androidX 就能夠了 support androidX flutter.dev/docs/develo…bash
Reinstall cached packages.ui
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
複製代碼