Issue
I want to run flutter app with (VSCode or Android studio) ,for both I get this error :
FAILURE: Build failed with an exception.
* What went wrong:
Execution failed for task ':app:compileFlutterBuildDebug'.
> java.io.IOException: The device is not ready
* 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 5s
Exception: Gradle task assembleDebug failed with exit code 1
Is there any solution?
Solution
I solved it by running these commands :
flutter channel stable
flutter upgrade --force
flutter pub cache repair
flutter clean
Answered By - Sermed mayi
0 comments:
Post a Comment
Note: Only a member of this blog may post a comment.