-
Notifications
You must be signed in to change notification settings - Fork 146
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
AndroidApp1 not working with OxyPlot.Core v2.1.0 #24
Comments
The 2.1 binaries are not compatible with the 2.0 platform binaries due to changes in the rendering APIs. Ideally we will update the Xamarin provision to support 2.1 and re-release the nuget packages, but I don't think any of the maintainers are in a position to test them. |
Same issue here. |
Hi, guys. Are you going to fix this isue anywhen? |
Someone has kindly started working on the Xamarin.Forms provision again, and I believe the intention is that this would be the preferred package for Xamarin/Android going forward. https://github.com/oxyplot/oxyplot-xamarin I don't think it targets 2.1 yet, but that's something we should be able to sort out quite quickly if there is demand. |
Steps to reproduce
Expected behavior
The plot shows up.
Actual behavior
An exception is thrown:
System.TypeLoadException
Message=Type OxyPlot.Xamarin.Android.CanvasRenderContext has invalid vtable method slot 7 with method OxyPlot.RenderContextBase:DrawLine (System.Collections.Generic.IList`1<OxyPlot.ScreenPoint>,OxyPlot.OxyColor,double,OxyPlot.EdgeRenderingMode,double[],OxyPlot.LineJoin)
The text was updated successfully, but these errors were encountered: