monogame android xna missing

When creating a standard project for android, errors appear about the absence of xna, although when working in the desktop version, everything works fine.

Have you installed the Monogame NuGet package into your android project? For Android it should be the Monogame.Framework.Android package by the MonoGame Team

I solved the problem, I needed to change the version of the Android SDK

1 Like