This is a new, empty project with only the default code. I’ve attached screenshots of all relevant Gradle files and other version details.
When I add dependencies, such as shared_preferences
and others, my project encounters errors.
This code working fine in web but android getting error. Same error for path_provider
lib as well
I’ve tried multiple versions but haven’t been able to resolve the issue. Could you please help me find a solution?
2
Answers
Did you tried running
flutter doctor --android-licenses
and accept all of them? that sometimes could cause issues if you didn’t done that, also I found some other solutions to a similiar issue here: flutter error Could not determine the dependencies of task ':app:compileDebugJavaWithJavac'Also I’m not sure if you’re on windows using WSL but looks like its one of the situations that could also cause your issue https://youtrack.jetbrains.com/issue/IDEA-291122/Cannot-query-the-value-of-this-provider-because-it-has-no-value-available-when-importing-the-Android-project
The error is somehow related to the new Android Studio update. Checkout this issue: https://github.com/flutter/flutter/issues/156304
This answer can fix your problem: https://stackoverflow.com/a/79095064/7369590