VS 2015 Xamarin: Warning IDE0006 Error encountered while loading the project

前端 未结 7 1192
太阳男子
太阳男子 2020-12-17 21:54

I am developing an Android app using Xamarin.

Visual Studio shows this warning, and I don\'t know what it means. I\'ve followed the instructions but I can\'t seem t

7条回答
  •  一向
    一向 (楼主)
    2020-12-17 22:25

    I just followed the instructions but it did not eradicate the warning, although I ignored it, it does not appear now.

    1. When rebuilding the project, I noticed it takes a long time because it downloads a zipfile on your %userprofile%/AppData/Local/Xamarin/zips/*

    -Make sure to not interrupt the build because it will stop downloading and will cause an invalid zip later on, thus reproducing this issue?

    1. Another hypothesis is that I included a component(referenced a dll) and then deleted it, and then re-added it. (as I'm having trouble with intellisense)

提交回复
热议问题