我是移动领域的新手,使用Visual Studio 2017时遇到了一些问题。
这是Android应用程序。这是我试图运行的代码
public App ()
{
//InitializeComponent();
MainPage = new ContentPage
{
Content = new StackLayout
{
VerticalOptions = LayoutOptions.Center,
Children =
{
new Label
{
HorizontalTextAlignment=TextAlignment.Center,
Text="Welcome to Xamarin Forms!"
}
}
}
};
}
我有一个干净的VS 2017安装,我正在运行6.0 android sdk。
当我尝试运行该项目时,我在Mono.Android上无法加载错误
答案 0 :(得分:0)
经过在线广泛搜索后,发现必须启用bios中的虚拟技术,并且需要引用正确的Mono.Android(在我的情况下是引用列表中的第二个)