ItsTrapp3r
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???
6 replies