I'm trying to include the Xamarin.Google.MLKit.BarcodeScanning in my Xamarin android project. The Xamarin.Google.Android.ODML.Image is one of the dependencies which is a pre-release version. When I install it, it also installs the Xamarin.Build.Download (version=0.11.3).
When I try to build the project afterwards, it give this error => Invalid item ID image-1.0.0-beta1
Does anyone know how to make this work?
CodePudding user response:
I have created a new project to add the Xamarin.Google.Android.ODML.Image
nuget package lastest versoin 1.0.0.2-beta1
. And it also installed the Xamarin.Build.Download (version=0.11.3).
When I build the project, there was no error. So you can also try to download the lastest version instead of the 1.0.0-beta1
.
In addition, you can create a new project to test or clean and rebuild your project. I used visual studio 2022 17.4 preview 2.1. The TargetSdk is Android api 33.