The “ResolveLibraryProjectImports” task failed unexpectedly

后端 未结 24 1962
醉话见心
醉话见心 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 10:17

    This worked for me:

    • Clean solution
    • Build one project at a time starting at the top - NOT rebuild solution - just one project at a time
    • Try deleting the contents of Obj and bin folder as well
    • When done delete the project from the emulator or device before you run it again

    Hope this helps.

提交回复
热议问题