我第一次尝试做一些Android C#app开发。 Iv为VS2015安装了Xamarin,我可以创建,构建和启动Android Xamarin项目。唯一的问题是当我添加Android布局时,我可以看到.axml源,但不能看到设计视图。无论我点击它多少次,它都会保持源视图打开。由于没有显示错误或警告,这非常令人困惑和恶化。任何帮助将不胜感激。
答案 0 :(得分:0)
解决。我改为在布局文件夹中打开main.axml,允许它在一些文件中加载几秒钟并向设计师展示。
答案 1 :(得分:0)
In your Solution Explorer, right click on an axml file and select "Open With". As one of the options, you should see "Android Designer". Open it with that. In addition, you can reset it as the Default by clicking the "Set As Default" button.