Resolvelibraryprojectimports error in Xamarin

Asked

Viewed 98 times

1

Good afternoon, I went to compile the APP I’m creating with Xamarin and I’m having the following error: Unexpected failure of "Resolvelibraryprojectimports" task. I already cleaned the solution, recompiled, checked connection with MAC, moved the project to a shorter directory, reinstalled the tool and nothing. I created some new project and everything works. I was worried because I intend to use Xamarin for Multiplaforma because here all development sector is with C# and imagine if this problem keeps happening. I’m with Visual Studio Community 2017 updated, all SDK’s updated. inserir a descrição da imagem aqui

  • This error is "generic medium", there is some other specific problem that is generating this build break. It’s kind of hard to find out like this in the dark, there are so many mistakes that can result in this message.

1 answer

0

With me happened this error because I was importing a view wrong way on my page.

Instead of using:

xmlns:Views="clr-namespace:MEUPROJETO.Views.Templates"

I was using:

x:Views="clr-namespace:SIMPASE.Views.Templates"

I mean, I was trying to import my namespace 'x controls'.

Browser other questions tagged

You are not signed in. Login or sign up in order to post.