Does anyone have a suggestion for a good way to access the photo library and camera on Android and iOS using Xamarin.Forms? I've checked out a few options already - Xamarin.Forms.Labs, but which doesn't seem to be working and is having some build issues with Android in particular. Xamarin.Mobile seemed like another solution, but when I try to add that I get an error saying a project that targets portable-net45+wp80+MonoAndroid10+MonoTouch10 does not contain any assembly references or content files compatible with that framework.
Is there another preferred solution?