kifu
kifu

Reputation: 193

Xamarin.Forms problem with install Xamarin.GooglePlayService.Vision

Today i was working on my ocr scanner app. I tried to install Xamarin.GooglePlayService.Vision from NuGet packages to use the text recognition from photos.

I tried to install latest version 60.1142.1 and 29.0.0.2.

I got this error:

Error My installed SDK:

My SDK

Additionally, i have ImageCropper.Forms, Xam.Plugin.Media in this project, i don't know is this important.

Upvotes: 0

Views: 122

Answers (1)

hashimks
hashimks

Reputation: 1225

To my knowledge, you may need to wait until the upgrade is released for .Net standard. I am not sure might be you can try getting the plugin project from github and build it to get the output dlls and can refer those dlls in your project

Upvotes: 1

Related Questions