You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Plugin added (nuget package) in portable and android projects, but im still get:
System.NotImplementedException: This functionality is not implemented in the portable version of this assembly. You should reference the Plugin.ImageCropper NuGet package from your main application project in order to reference the platform-specific implementation.
at Plugin.ImageCropper.CrossCropImageService.get_Current () [0x00016] in <9479503b3a4044a1962967195b55c967>:0
at Common.Pages.BaseContentPage+<>c__DisplayClass22_0+<b__1>d.MoveNext () [0x00201] in /Users/paleicikas/Documents/draugas/Common/Pages/BaseContentPage.cs:188
at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw () [0x0000c] in <3fd174ff54b146228c505f23cf75ce71>:0
at System.Runtime.CompilerServices.AsyncMethodBuilderCore+<>c.b__6_0 (System.Object state) [0x00000] in <3fd174ff54b146228c505f23cf75ce71>:0
at Android.App.SyncContext+<>c__DisplayClass2_0.b__0 () [0x00000] in :0
at Java.Lang.Thread+RunnableImplementor.Run () [0x00008] in :0
at Java.Lang.IRunnableInvoker.n_Run (System.IntPtr jnienv, System.IntPtr native__this) [0x00008] in :0
at at (wrapper dynamic-method) System.Object:c0c360ec-58bc-4683-9368-54bee7b8c4a5 (intptr,intptr)
The text was updated successfully, but these errors were encountered:
Plugin added (nuget package) in portable and android projects, but im still get:
System.NotImplementedException: This functionality is not implemented in the portable version of this assembly. You should reference the Plugin.ImageCropper NuGet package from your main application project in order to reference the platform-specific implementation.
at Plugin.ImageCropper.CrossCropImageService.get_Current () [0x00016] in <9479503b3a4044a1962967195b55c967>:0
at Common.Pages.BaseContentPage+<>c__DisplayClass22_0+<b__1>d.MoveNext () [0x00201] in /Users/paleicikas/Documents/draugas/Common/Pages/BaseContentPage.cs:188
at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw () [0x0000c] in <3fd174ff54b146228c505f23cf75ce71>:0
at System.Runtime.CompilerServices.AsyncMethodBuilderCore+<>c.b__6_0 (System.Object state) [0x00000] in <3fd174ff54b146228c505f23cf75ce71>:0
at Android.App.SyncContext+<>c__DisplayClass2_0.b__0 () [0x00000] in :0
at Java.Lang.Thread+RunnableImplementor.Run () [0x00008] in :0
at Java.Lang.IRunnableInvoker.n_Run (System.IntPtr jnienv, System.IntPtr native__this) [0x00008] in :0
at at (wrapper dynamic-method) System.Object:c0c360ec-58bc-4683-9368-54bee7b8c4a5 (intptr,intptr)
The text was updated successfully, but these errors were encountered: