Severity Code Description Project File Line Suppression State
Error The "Xamarin.Android.Tasks.GetApiLevelFromFramework" task could not be loaded from the assembly C:\Program Files (x86)\MSBuild\Xamarin\Android\Xamarin.Android.Build.Tasks.dll. Confirm that the <UsingTask> declaration is correct, that the assembly and all its dependencies are available, and that the task contains a public class that implements Microsoft.Build.Framework.ITask. xamarin_installed_trial 当我想使用xamarin运行一个android程序时,我得到了这个错误。
发布于 2018-07-06 20:28:44
您是否可以检查目标平台是否正确安装。在Visual Studio中,->Android软件开发工具包管理器->平台
你可以查看here
https://stackoverflow.com/questions/51206992
复制相似问题