0

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.stack.imgur.com/uXRiL.jpg "reference"

Kzryzstof
  • 7,688
  • 10
  • 61
  • 108
neutJor
  • 55
  • 1
  • 8
  • Possible duplicate of [Namespace and class with the same name?](https://stackoverflow.com/questions/18731415/namespace-and-class-with-the-same-name) – Kzryzstof Aug 09 '18 at 19:45
  • 1
    In the ".Android" project add a reference to the "" project (right click the ".Android" project in Solution Explorer > Add > Reference) – Benl Aug 09 '18 at 20:23

1 Answers1

2

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.

neutJor
  • 55
  • 1
  • 8