当前位置:网站首页>org. xml. sax. SAXParseException; lineNumber: 141; columnNumber: 252; cvc-complex-type. 2.4. a: Found element 'B
org. xml. sax. SAXParseException; lineNumber: 141; columnNumber: 252; cvc-complex-type. 2.4. a: Found element 'B
2022-04-23 07:09:00 【Bao Guo】
background :
org.xml.sax.SAXParseException; lineNumber: 141; columnNumber: 252; cvc-complex-type.2.4.a: Found the element 'base-extension' Invalid content at the beginning . Should use '{layoutlib}' One start .
Solution :
The problem arises , It is generally a problem in layout , The following error code :
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto"
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent"
android:layout_height="match_parent"
tools:context=".MainActivity">
<Button
android:id="@+id/btn_test"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text=" test "
></Button>
</Lin
版权声明
本文为[Bao Guo]所创,转载请带上原文链接,感谢
https://yzsam.com/2022/04/202204230605542608.html
边栏推荐
猜你喜欢

Cause: dx.jar is missing

iTOP4412 HDMI显示(4.4.4_r1)

oracle表的约束详解

Thanos compact component test summary (processing historical data)

Itop4412 HDMI display (4.0.3_r1)

开篇:双指针仪表盘的识别

Prometheus cortex Architecture Overview (horizontally scalable, highly available, multi tenant, long-term storage)

Apache SeaTunnel 2.1.0部署及踩坑

JVM basics you should know

窗口分析函数LAST_VALUE,FIRST_VALUE,lag,lead
随机推荐
同时解决高度塌陷和外边距重叠问题
Dolphinscheduler源码包src.tar.gz解压问题
iTOP4412 FramebufferNativeWindow(4.0.3_r1)
开篇:双指针仪表盘的识别
Build a cloud blog based on ECS (polite experience)
谷歌AdMob广告学习
"Write multi tenant" implementation of Prometheus and thanos receiver
Kubernetes coredns FAQ reference
Using Prom label proxy to implement label based multi tenant reading of Prometheus thanos
Implementation of multi tenant read and write in Prometheus cortex
oracle创建表空间和修改用户默认表空间
常用于融合去重的窗口函数row_number
窗口分析函数LAST_VALUE,FIRST_VALUE,lag,lead
Prometheus cortex Architecture Overview (horizontally scalable, highly available, multi tenant, long-term storage)
关于我
oracle表的约束详解
Dolphinscheduler集成Flink任务踩坑记录
Itop4412 HDMI display (4.0.3_r1)
[exynos4412] [itop4412] [android-k] add product options
第三篇:docker安装mysql容器(自定义端口)