尝试使用Xamarin在Visual Studio 2019中调试代码后出现此错误。有人知道如何解决此问题吗?

时间:2019-07-12 12:47:27

标签: android xamarin

尝试调试后,我在Visual Studio 2019中使用Xamarin遇到此错误。

我已经更改了Android版本和API级别。

svg.on("mouseover", function(d){
d3.select(event.currentTarget)
.style("fill", "green");
})
.on("mouseout", function(d){
d3.select(event.currentTarget)
.style("fill", "red");
});

0 个答案:

没有答案