hello, one question, I need help with this problem...
# community-support
j
hello, one question, I need help with this problem when execute flutter run :Launching lib\main.dart on sdk gphone x86 64 in debug mode... FAILURE: Build failed with an exception. * What went wrong: Execution failed for task 'appmapDebugSourceSetPaths'.
Error while evaluating property 'extraGeneratedResDir' of task 'appmapDebugSourceSetPaths'.
> Failed to calculate the value of task 'appmapDebugSourceSetPaths' property 'extraGeneratedResDir'. > Querying the mapped value of provider(java.util.Set) before task 'appprocessDebugGoogleServices' has completed is not supported * 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 34s Running Gradle task 'assembleDebug'... 36.1s Error: Gradle task assembleDebug failed with exit code 1
v
Hard to say without seeing the build. As it says, a provider that contains the output of said task is evaluated before that task was executed and that is not supported. You can use
--stacktrace
or
--scan
to eventually see where it is coming from.