How can I include a Component (e.g. Zxing.Net.Mobile Barcode Scanner) in a Xamarin.Forms PCL project?
The component is working for iOS and Android, but you can add a component to the Xamarin.Forms PCL project. If I try I to include the package I get
Adding ZXing.Net.Mobile...
Adding 'ZXing.Net.Mobile 1.4.7.1' to TestZXingExample.
Could not install package 'ZXing.Net.Mobile 1.4.7.1'. You are trying to install this package into a project that targets 'portable-net45+win+wp80+MonoTouch10+MonoAndroid10+xamarinmac20+xamarinios10', but the package does not contain any assembly references or content files that are compatible with that framework. For more information, contact the package author.
There are other NuGet projects available ... Do I need a NuGet package or should I include a component on each plattform (and how do I use that then)? Or should I include a Xamarin.Forms Shared Project?
I also tried the ZXing.Net and the Acr.XamForms.BarCodeScanner Nuget packages but I don't know how to start the camera and read a barcode ...