Search code examples
xamarin.androidxamarin-studio

How to add reference to Mono.Android?


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.


Solution

  • 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.

    enter image description here