The “ResolveLibraryProjectImports” task failed unexpectedly

后端 未结 24 2143
醉话见心
醉话见心 2021-01-01 09:48

I have a Xamarin project, which is based on MvvmCross. The project is for both iOS and Android. I opened this project in Visual Studio 15. I got some errors, wh

24条回答
  •  耶瑟儿~
    2021-01-01 09:54

    I've literally just had this with a brand new Xamarin.Forms application in Visual Studio 2017.

    The root cause appears to be that I let VS2017 create the project in it's default location 'C:\Users\Dave\Documents\Visual Studio 2017\Projects' and this has resulted in one of more files now having a path which it too long.

    I moved the solution to the root of my D drive and it builds without any problem.

提交回复
热议问题