Flutter 專案今天突然停止構建。
這是完整的錯誤:
* What went wrong:
Execution failed for task ':app:processDebugResources'.
> Could not resolve all dependencies for configuration ':app:debugCompileClasspath'.
> Problems reading data from Binary store in /private/var/folders/_5/q7ql37gj5k7f37d865zhzl8c0000gn/T/gradle18017070233811730283.bin offset 35036 exists? true
* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
* Get more help at https://help.gradle.org
BUILD FAILED in 28s
Running Gradle task 'assembleDebug'... 29.7s
Exception: Gradle task assembleDebug failed with exit code 1
我努力了:
flutter clean,洗掉pubspec.lock并flutter pub cache repair擺脫快取并重新安裝包但沒有。
flutter downgrade,得到同樣的錯誤。
重新安裝顫振,同樣的事情。
新鮮git clone的專案,什么都沒有。
有什么提示嗎?
這是我的flutter doctor -v:
[?] Flutter (Channel stable, 2.8.1, on macOS 12.1 21C52 darwin-arm, locale
en-GB)
? Flutter version 2.8.1 at /Users/gracielacarrillo/Development/flutter
? Upstream repository https://github.com/flutter/flutter.git
? Framework revision 77d935af4d (4 weeks ago), 2021-12-16 08:37:33 -0800
? Engine revision 890a5fca2e
? Dart version 2.15.1
[?] Android toolchain - develop for Android devices (Android SDK version
31.0.0)
? Android SDK at /Users/gracielacarrillo/Library/Android/sdk
? Platform android-31, build-tools 31.0.0
? Java binary at: /Applications/Android
Studio.app/Contents/jre/Contents/Home/bin/java
? Java version OpenJDK Runtime Environment (build 11.0.10 0-b96-7249189)
? All Android licenses accepted.
[?] Xcode - develop for iOS and macOS (Xcode 13.2.1)
? Xcode at /Applications/Xcode.app/Contents/Developer
? CocoaPods version 1.11.2
[?] Chrome - develop for the web
? Chrome at /Applications/Google Chrome.app/Contents/MacOS/Google Chrome
[?] Android Studio (version 2020.3)
? Android Studio at /Applications/Android Studio.app/Contents
? Flutter plugin can be installed from:
?? https://plugins.jetbrains.com/plugin/9212-flutter
? Dart plugin can be installed from:
?? https://plugins.jetbrains.com/plugin/6351-dart
? Java version OpenJDK Runtime Environment (build 11.0.10 0-b96-7249189)
[?] VS Code (version 1.63.2)
? VS Code at /Applications/Visual Studio Code.app/Contents
? Flutter extension version 3.32.0
[?] Connected device (2 available)
? sdk gphone arm64 (mobile) ? emulator-5554 ? android-arm64 ? Android 11
(API 30) (emulator)
? Chrome (web) ? chrome ? web-javascript ? Google
Chrome 97.0.4692.71
? No issues found!
uj5u.com熱心網友回復:
也許您因為 jcenter 而遇到錯誤。按照鏈接并切換到 mavenCenteral。
切換到 Maven 中心
轉載請註明出處,本文鏈接:https://www.uj5u.com/yidong/412243.html
標籤:
