Hello, I was working with flutter perfectly, than ...
# community-support
m
Hello, I was working with flutter perfectly, than I cloned a gitlab project on my laptop, then it required me to upgrade flutter version to 3.32.8, after the upgrad, every flutter project cant run and build and shows this error
Copy code
Picked up JAVA_TOOL_OPTIONS: -Dstdout.encoding=UTF-8 -Dstderr.encoding=UTF-8

FAILURE: Build failed with an exception.

* What went wrong:
Could not determine the dependencies of task ':app:compileDebugJavaWithJavac'.
> Cannot query the value of this provider because it has no value available.

* 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 1m 25s
Running Gradle task 'assembleDebug'...                             88.4s
Error: Gradle task assembleDebug failed with exit code 1
anyone can help me please?
message has been deleted
v
Please never anywhere share screenshots of text if you only want to share the text and not something additional like colors or IDE annotations. Text in images is hard to read, especially on mobile, very hard to copy, and nearly impossible to search for. Regarding the problem, from your description it sounds to be very #C03EM93810S specific so it might make sense to move your question to there or some Flutter community. From a general Gradle PoV it is impossible to say what the problem is, as you did share almost no information. The error you shared only says that something that is expected to be set is not set, but not what. You at least need to share the
--sracktrace
or optimally a build
--scan
URL.
e
hallow how if it pop up 'IDE' error immediately after try running the file?
2
m
what do u mean exactly?