我是Java和android的新手。 我正在尝试在win 7上使用android studio构建一个android浏览器。 尝试构建我的应用时显示以下错误:
Android资源编译失败 输出:C:\ Users \ borinquenatl \ AndroidStudioProjects \ BrowserExample \ app \ src \ main \ res \ layout \ activity_main.xml:34:错误:格式不正确(无效的令牌)。
命令:C:\ Users \ borinquenatl.gradle \ caches \ transforms-1 \ files-1.1 \ aapt2-3.2.1-4818971-windows.jar \ aa884e337f256396fb379397162453be \ aapt2-3.2.1-4818971-windows \ aapt2。 exe编译-旧版\ -o \ C:\ Users \ borinquenatl \ AndroidStudioProjects \ BrowserExample \ app \ build \ intermediates \ res \ merged \ debug \ C:\ Users \ borinquenatl \ AndroidStudioProjects \ BrowserExample \ app \ src \ main \ res \ layout \ activity_main.xml 守护进程:AAPT2 aapt2-3.2.1-4818971-windows守护进程#1
我的activity_main.xml文件是:
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:orientation="vertical"
tools:context=".MainActivity">
<LinearLayout
android:layout_width="match_parent"
android:layout_height="0dp"
android:layout_weight="1"
>
<EditText
android:id="@+id/editTextLink"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="@string/editTextLink"
android:inputType="text"
android:layout_weight="9"
/>
<Button
android:id="@+id/btn_view"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_weight="1"
android:text="@string/btn_view"
android:textSize="18sp"
/>
</ LinearLayout>
<LinearLayout
android:layout_width="match_parent"
android:layout_height="0dp"
android:layout_weight="8"
android:orientation="horizontal"
>
<WebView
android:id="@+id/my_web_view"
android:layout_width="match_parent"
android:layout_height="match_parent"
>
</WebView>
</LinearLayout>
答案 0 :(得分:-2)
Android资源编译失败 输出:
D:\ WorkSpace \ BaiduMap \ app \ build \ intermediates \ incremental \ mergeDebugResources \ merged.dir \ values \ values.xml:0: 错误:xml解析器错误:格式不正确(无效的令牌)。
命令:
C:\ Users \ wanji.gradle \ caches \ transforms-1 \ files-1.1 \ aapt2-3.2.1-4818971-windows.jar \ 7b5ed62a00ce7ca907cc09010179021e \ aapt2-3.2.1-4818971-windows \ aapt2.exe 编译--legacy \ -o \ D:\ WorkSpace \ BaiduMap \ app \ build \ intermediates \ res \ merged \ debug \ D:\ WorkSpace \ BaiduMap \ app \ build \ intermediates \ incremental \ mergeDebugResources \ merged.dir \ values \ values.xml 守护程序:AAPT2 aapt2-3.2.1-4818971-windows守护程序#1