Hey guys, I'm brand new to Xamarin so I'm trying to piece together how to get PCLs working successfully. I am currently running the latest Alpha build using Xamarin Studio. I am able to use async in an Android project, but I can't get async code to compile inside a PCL with Android support.
I've followed these tutorials to allow me to reference the PCL in the Android UI project, but I haven't been able to get it to compile successfully when I include Android support in the PCL. I make extensive use of Async in the PCL.
I basically get hundreds of these errors:
Cannot find all types required by the 'async' modifier. Are you targeting the wrong framework version, or missing a reference to an assembly?
http://slodge.blogspot.com/2012/12/cross-platform-winrt-monodroid.html
Any ideas?