Mimmo
Mimmo

Reputation: 123

Visual Studio 2015 - Xamarin build error

I'va a fresh installation of VS 2015 with Xamarin, but when I try to build a simple "Hello World" App i receive this errors

enter image description here

I've also tried to repair VS 2015 installation.. but nothing. Any Idea?

Upvotes: 2

Views: 60

Answers (1)

Roman Ryba
Roman Ryba

Reputation: 53

Yeah, usualy clean solution helps. And you can delete content of Resource.Designer.cs and rebuild. If this dont help update to different version of xamarin in nuget and try again...

Upvotes: 2

Related Questions