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

Please have a look at the packages I have in my Xamarin.Forms project.

enter image description here

Suddenly, without any changes, I started to get the shown error. I got similar issue one time and fixed by updating the packages. But right now, all the packages are up-to-date.

enter image description here



Solution 1:[1]

I have re-added reference for Mono.Android.dll from the location C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\Common7\IDE\ReferenceAssemblies\Microsoft\Framework\MonoAndroid\v11.0.

When I moved the location of the project, I guess the reference was broken.

Solution 2:[2]

I found that if you look in the .csproj file for Mono.Android.dll you will fine a path with multiple ../../ in the path. I do not k now why this type of path is used but for me it really messed up everything. This is an issue every time you change where the project/solution resides.

Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source
Solution 1 Rauf
Solution 2 Joe K