Solucionado (ver solução)
Solucionado
(ver solução)
1
resposta

Erro ao executar projeto xamarin???

Error No resource found that matches the given name Error No resource found that matches the given name: attr 'colorPrimaryDark'. Error No resource found that matches the given name: attr 'colorPrimary'. Error No resource found that matches the given name: attr 'windowNoTitle'.

e mais outros erros, eu procurei na internet e fala sobre Android.Support.v7.AppCompat não consigo resolver....

1 resposta
solução!

Olá, Rodrigo!

Você precisa verificar se o pacote Xamarin.Android.Support.v7.AppCompat está instalado.

1) Com a solução aberta no Xamarin Studio, clique com botão direito no seu projeto e selecione "Add - Add Packages"

2) Isso vai abrir a janela Add Packages, mostrando uma lista dos pacotes NuGet disponíveis da galeria NuGet

3) Na caixa de texto de busca, procure por Xamarin.Android.Support.v7.AppCompat

4) Instale esse pacote, feche a abra novamente a solução, e recompile o projeto.