I’m not sure if this is a bug in the framework or a problem on my end.
Yesteday I began porting my game engine over to Android. The engine itself is a class library with a dependency on the MonoGame.Framework.DesktopGL package. It compiles and runs fine on Windows.
After creating a new fresh Android MonoGame project and adding a dependency to the aforementioned library, the project gives me a “type or namespace could not be found” error with the AndroidGameActivity class. The dependencies seem to be installed correctly, and I can load and reference other types within the Microsoft.Xna.Framework namespace, just this one class isn’t located.
I’ve tried several things today, including removing all references to my engine from the new project, but the class doesn’t seem to be loading. Is there any known fixes to this?