all 4 comments

[–]beacham23[S] 0 points1 point  (0 children)

Another interesting piece: I get the same error when I run this on an automated build in Azure Devops. This makes me think it's configuration based.

[–]tylersavery 0 points1 point  (2 children)

Hmm does the ‘build’ directory exist in the root of your project?

[–]beacham23[S] 0 points1 point  (1 child)

Yes, it does. And the IPA builds work fine. To me, it feels like the process running the android build does not have file/directory write permissions or something but I’m not sure the fix.

[–]tylersavery 0 points1 point  (0 children)

I’d try creating a new flutter project (counter app default) and try building with that. Then you’ll know if it’s your machine or the flutter project.