I just downloaded MonoGame and created a MonoGame Android project in Visual Studio. When I run it, it starts an Android emulator, but the screen remains black. graphics.GraphicsDevice.Clear(Color.Green);
doesn't work and it doesn't render any textures.
Edit: It was black because emulator wasn't completely started yet. I have to press run, wait few minutes(rly long) until emulator starts and then press run again, then it shows monogame logo but after that it show message: unfortunately, appname has stopped. I downloaded WrokingDroid example from official page and it also shows the same message, which means I can't run any app, it just crashes.