由于TypeLoadException,Xamarin和OpenTK Android无法启动

时间:2018-09-13 17:03:06

标签: android xamarin .net-core nuget opentk

我在Visual Studio中有一个Xamarin Android应用程序,我想在其中进行一些OpenGL渲染,所以我通过nuget导入了OpenTK.NETCore。不幸的是,由于以下异常,该应用程序无法启动:

System.TypeLoadException: Could not resolve type with token 0100003a (from typeref, class/assembly OpenTK.Rectangle, OpenTK, Version=1.1.0.0, Culture=neutral, PublicKeyToken=bad199fe84eb3df4)

我已经仔细检查了在主项目和android项目中是否具有相同的assemblyversion。

问题线似乎是:

GL.Viewport(new OpenTK.Rectangle(0,0,100,100));

0 个答案:

没有答案