mattermoran / map_launcher

Flutter plugin for launching maps
MIT License
259 stars 117 forks source link

Plugin fails build on Android #133

Closed AristideVB closed 1 year ago

AristideVB commented 1 year ago
FAILURE: Build failed with an exception.

* What went wrong:
Execution failed for task ':app:mapProductionReleaseSourceSetPaths'.
> Error while evaluating property 'extraGeneratedResDir' of task ':app:mapProductionReleaseSourceSetPaths'
   > Failed to calculate the value of task ':app:mapProductionReleaseSourceSetPaths' property 'extraGeneratedResDir'.
      > Querying the mapped value of provider(interface java.util.Set) before task ':app:processProductionReleaseGoogleServices' has completed is not supported
mattermoran commented 1 year ago

I think it's an issue with the latest Android studio and gradle. Take a look at this and see if solutions work for you https://stackoverflow.com/questions/72224454/execution-failed-for-task-appmapdebugsourcesetpaths-error-while-evaluatin

AristideVB commented 1 year ago

Yes thanks was fixed for me after updating the com.google.gms:google-services to version 4.3.14 🙂😀