Xamarin IDE Access to the Path is denied

前端 未结 3 1416
陌清茗
陌清茗 2021-01-11 12:08

I\'m porting over a Visual Studio C# solution with many projects and creating a new solution in the Xamarin IDE - all on windows.

I am porting / re-creating 1 proj

3条回答
  •  遥遥无期
    2021-01-11 13:10

    Check the read-only property of the dll on that path, make sure it is not checked. I had the same issue, After unchecking the read-only property, the issue resolved.

提交回复
热议问题