error resolvelivraryimports no xamarin visual studio 2015

-2

I'm new to the stack, I was developing minhz good application and almost out of nowhere, I get an error while deploying in my .droid project on xamarin. the error is described as resolvelibraryimports, I have already removed, uninstalled and installed xamarin and the error still persists. I created another project from scratch and also, give the same error, what should I do?

    
asked by anonymous 14.07.2017 / 06:35

1 answer

0

After much turning, I discovered the cause. I accidentally made a dependency on the ios project in my droid, then I did not have the dlls, then I accidentally checked the dependencies, on the droid, I clicked with the right button on the droid project, and checked the dependencies. when I tried to unselect the dependency selection, I received a warning that I could not unmark, so I went in references in the same project (droid) I removed the reference by right clicking, I solved it. compiled beautifully. rs.

    
14.07.2017 / 23:17