I am trying to build the code present at the following location-
https://scanbotsdk.github.io/documentation/barcode-scanner-sdk/xamarin/
I am trying to compile the solution 'ScanbotBarcodeSDKFormsExample.sln' on Visual Studio 2019 and it's giving me errors like (Attached screenshot)-
resource attr/flow_horizontalSeparator (aka io.scanbot.example.sdk.barcode.xamarin.forms:attr/flow_horizontalSeparator) not found
resource attr/flow_verticalSeparator (aka io.scanbot.example.sdk.barcode.xamarin.forms:attr/flow_verticalSeparator) not found
A couple of forums suggest changing the version of 'Xamarin.Android.Support.Constraint.Layout' but that is not working for me rather it's throwing an error stating the resource is used by another process. Any leads on this would be highly appreciated.


zxing formsand the error message suggests some files getting trimmed from the native binding library. You will have to contact that team for the same.