在构建项目时,会显示错误并且构建失败。
错误重定向到以下axml
文件:
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:orientation="vertical"
android:layout_width="fill_parent"
android:layout_height="fill_parent"
android:minWidth="25px"
android:minHeight="25px">
<WebView
android:layout_width="match_parent"
android:layout_height="match_parent"
android:id="@+id/webView" />
</LinearLayout>
错误:
C:\Users\Documents\Projects\\\Resources\layout\Main.axml(1,1): Error CS0116:
A namespace cannot directly contain members such as fields or methods (CS0116)
(ABC)
答案 0 :(得分:0)
检查Main.axml文件的Build Action。它应设置为 Android资源,但听起来它设置为编译。
右键单击Main.axml文件,然后使用Build Action菜单更改此内容。