Open jgartner1 opened 6 years ago
Similar to #58. “I had the exact same issue. However, I think this is due to some limitations of the Xamarin Live player as described here https://docs.microsoft.com/en-us/xamarin/tools/live-player/limitations?tabs=android ”
@DharmilAsawla so do you think if I'm compiling the app the error goes away?
I was following the Instruction from this Video: https://www.youtube.com/watch?v=tmymWdmf1y4 (as mentioned in the readme). But I wasn't able to reproduce the outcome. When I typed in the same code at first it hasn't found any classes like
BarChart()
,RadialGaugeChart()
or anything like that. So I installed next to Microcharts.Forms Microcharts itself. Maybe that's the issue, because these two packages conflict in some way. And at the beginning of the Video he doesn't create a shared project but a Portable Class Libary (PCL) im my Version this is called .NET Standard the other one isn't even available and I'm not quite sure whether they just renamed it or also changed some of the behavior. So and after these slight little changes I get the errorand
when starting my Xamarin app in live-view. Do you have any Idea how I can solve this error? If you need any further information feel free to ask.