Reputation: 1
enter image description here I am attempting to build a Flutter project using Android Studio and VS code, but I'm encountering an issue related to SDK versions. Here's the error message I'm receiving during the build process: Error while evaluating property 'extraGeneratedResDir' of task ':app:mapDebugSourceSetPaths'.
Failed to calculate the value of task ':app:mapDebugSourceSetPaths' property 'extraGeneratedResDir'. Querying the mapped value of provider(java.util.Set) before task ':app:processDebugGoogleServices' has completed is not supported.
What I've tried so far: I've updated Android Studio to the latest version. I ran gradlew clean to clear any previous builds. I reloaded the project configurations.
Upvotes: -1
Views: 10