-
Notifications
You must be signed in to change notification settings - Fork 59
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Not work with Plugin.Media v 5.0.1 #34
Comments
So can you please add support for Xamarin.Essentials v 1.5.3.1 ? Regards ! |
Having same issue here. App crashs with exception: Method not found: System.Threading.Tasks.Task`1<Plugin.Media.Abstractions.MediaFile> Plugin.Media.Abstractions.IMedia.TakePhotoAsync(Plugin.Media.Abstractions.StoreCameraMediaOptions) |
any luck with this issue? |
I moved from this to Ascetic.Plugins.Cropper. I liked very much, it has square, circle, rectangle, polygon crop feature. |
I have upgraded Plugin.Media to v 5.0.1
And it removed following libraries while upgrading
src\MyAppMobile
Uninstalling:
Plugin.Permissions.3.0.0.12
Updates:
Xam.Plugin.Media.4.0.1.5 -> Xam.Plugin.Media.5.0.1
src\MyAppMobile.iOS\MyAppMobile.iOS.csproj
Uninstalling:
Plugin.Permissions.3.0.0.12
Updates:
Xam.Plugin.Media.4.0.1.5 -> Xam.Plugin.Media.5.0.1
src\MyAppMobile.Android\MyAppMobile.Android.csproj
Uninstalling:
Plugin.CurrentActivity.2.1.0.2
Plugin.Permissions.3.0.0.12
Updates:
Xam.Plugin.Media.4.0.1.5 -> Xam.Plugin.Media.5.0.1
Then I removed the references of Plugin.CurrentActivity and Plugin.Permissions .
after that , when I was running the project, I'm having following error ..
Can not resolve reference:
Plugin.CurrentActivity
, referenced byStormlion.ImageCropper.Android
. Please add a NuGet package or assembly reference forPlugin.CurrentActivity
, or remove the reference toStormlion.ImageCropper.Android
. MyAppMobile.AndroidThe text was updated successfully, but these errors were encountered: