我正在使用以下XML处理应用程序.但是当我尝试清理/构建我的项目时,会发生以下错误:
"错误:解析XML时出错:格式不正确(无效令牌)"
<?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"
>
<TextView
android:layout_width="fill_parent"
android:layout_height="wrap_content"
android:text="@string/hello";
/>
</LinearLayout>
Run Code Online (Sandbox Code Playgroud)
它可能意味着什么?
无法推送选择:只读文件系统当我尝试在模拟器的SD卡中添加任何文件时出现此错误.任何人都告诉我它是什么解决方案?