[SOLVED] Android build error

Hi. I’m trying to build an empty Xenko project for Android and I get the following error message: MyAndroidTestActivity.cs(1,1): error: The type or namespace name ‘Xenko’ could not be found.

It does build for Windows but not for Android for some reason.
Could anyone tell me please how to fix this problem? Using Xenko 3.0 and VS 2017

I have built UrhoSharp projects for Android successfully, so I have everything installed, it must be something about the way the Xenko project is setup. I don’t have much experience with Xamarin and Xenko so I would appreciate any help.

Thank you in advance.

EDIT:// Reference to Xenko was not detected somehow, for some reason. After restarting Xenko and VS, the problem fixed itself.