neutJor
neutJor

Reputation: 55

Xamarin new project - CS0246 The type or namespace name 'App' could not be found

Today, I tried creating a new project. It gave me the following issue:

"CS0246 The type or namespace name 'App' could not be found (are you missing a using directive or an assembly reference?"

I reinstalled VS2017 and Xamarin. It did not install the NDK, so I downloaded it and installed it. I'm not sure what else to do.

[1] https://i.sstatic.net/uXRiL.jpg "reference"

Upvotes: 0

Views: 891

Answers (1)

neutJor
neutJor

Reputation: 55

I don't know if anyone else is having this issue as of 8-13-18, but the way I solved it was adding the project reference again.

Upvotes: 2

Related Questions