What is the easiest way to display ads in a Xamarin Android project?
I found this 'Google AdMob' component: http://components.xamarin.com/view/googleadmob But it's listed as iOS only.
I also found this AdMob SDK Binding Sample: http://docs.xamarin.com/samples/AdMob/ [https://github.com/xamarin/monodroid-samples/tree/master/AdMob
](https://github.com/xamarin/monodroid-samples/tree/master/AdMob)Bug the instructions are a bit unclear and I'm unable to compile and run the example. (what is "this directory" or "here" in "either create a symbolic link to {android-sdk}/extras/google/admob_ads_sdk in this directory, or simply copy the directory here.)
I'd prefer to use AdMob as I've already created an account and my ad units, but I'm open to any platform that works on a Xamarin Android project.