Hello,
I'm new to Xamarin Studio. I have followed the tuto and was able to upload an HelloWorld project on my Android device, great!! In order to test a game port from Windows Phone to Android, I created a new MonoGame project, which was ok since I well installed "MonoGame from Xamarin studio". The compilation failed because XNA references were not resolved. I found that I had to manually add Monogame.framework.dll to my project references. So I did it, using the dll that was added to my hard drive when I installed "MonoGame for Xamarin Studio". The problem is that this dll has a 3.0.1.0 version and seems not to be compatible with mmy freshly created MonoGame project.
I googled it and found someone with the exact same case as me (http://floydgames.com/monogame-on-xamarin-for-android-bug-assembly-not-found-for-framework/), but there are no answer...
Could you please help me entering in Xamarin world ?
Thank you!