Rock Paper Scissors error
i have been stuck on this issue for hours now. working on a c# xml xamarin project and im working with firestore and cant seem to fix this error, even with chatgpt. : System.UnauthorizedAccessException: Access to the path 'GoogleGson.dll' is denied.
at System.IO.Directory.DeleteHelper(String fullPath, String userPath, Boolean recursive, Boolean throwOnTopLevelDirectoryNotFound, WIN32_FIND_DATA& data)
at System.IO.Directory.Delete(String fullPath, String userPath, Boolean recursive, Boolean checkHost)
at Xamarin.Android.Tasks.RemoveDirFixed.RunTask() in /Users/runner/work/1/s/xamarin-android/src/Xamarin.Android.Build.Tasks/Tasks/RemoveDirFixed.cs:line 86.
Its told me to deleate GoogleGson.dll and make myself owner but nothing works. im already an owner to the file and am not able to delete it at all.
anyone no what i can do???
4 Replies
After a quick google:
https://github.com/dotnet/android/issues/9133
GitHub
UnauthorizedAccessExceptions are getting raised when building a bla...
Description I just moved to MAUI 9 this morning (specifically 9.0.0-preview.6.24327.7). I was using .NET 8.0 prior to this and everything was fine. I noticed that the first build of solution would ...
i couldnt find the answer to my problem there or what the problem is..

solved by updating the workload
was fixed back in December 2024