Xamarin Studio Error MSB4018: The “ConvertResourcesCases” task failed unexpectedly

前端 未结 6 1493
无人共我
无人共我 2021-01-14 23:34

I am getting the following error while trying to build my solution. I am trying to update an existing project that I haven\'t touched for a few months. Its location in my PC

6条回答
  •  [愿得一人]
    2021-01-15 00:05

    Deleting bin and debug folder/Changing the solution directory name nothing worked, I solved it by moving the solution from "C:\Users\Dell PC\Desktop\studies\SampleProjects\Xamarin\XamarinFCM" to "C:\XamarinSamples\XamarinFCM"

    What I feel is xamarin solution expect a shorter directory path. not sure why Microsoft leave this kind of bug.

提交回复
热议问题