Thomas Juhász
Thomas Juhász

Reputation: 232

Newly created xamarin forms app doesn't build

I'm new to Xamarin development. I just tried to create a new Blank Xamarin Forms project in Visual studio. It's really frustrating that this brand new project doesn't build and I can't resolve the issue. I tried to update Xamarin Forms in the Android solution, but it didn't help..

The first error message is: "The type or namespace 'System' could not be found (are you missing a using directive or an assembly reference?)"

This Forms project doesnt have a "references" node so I can't reference anything to it...

Any ideas? Screenshots:

New project

errors

Upvotes: 2

Views: 610

Answers (3)

Thomas Juhász
Thomas Juhász

Reputation: 232

I deleted every other project but the android one and it works now, I don't need the others for now, so it's good enough for me.

Upvotes: 0

Michael H
Michael H

Reputation: 11

Check all your references and make sure they are resolving correctly in each project.

Upvotes: 1

jdstaerk
jdstaerk

Reputation: 892

did you tried to clean & rebuild your solution? Maybe that'll help :)

Upvotes: 1

Related Questions