I'm developing a class library for Android using Xamarin Studio. How do I add a reference to Mono.Android in my library project? Mono.Android is not in the list of available assemblies.
Assuming that you have X.Android installed, right click your solution. Then Add -> Add new Project -> Android -> Android Library Project
.
There is no reference you would have to add.