作者May555R (may)
看板AndroidDev
标题[问题] 打包时报错not a sibling
时间Wed Mar 24 22:30:47 2021
使用模拟器
都没问题
但是要打包成apk出现错误
Execution failed for task ':app:lintVitalRelease'.
> Lint found fatal errors while assembling a release target.
Error: @+id/txtLocation is not a sibling in the same RelativeLayout
[NotSibling]
android:layout_below="@+id/txtLocation"
Explanation for issues of type "NotSibling":
Layout constraints in a given ConstraintLayout or RelativeLayout should
reference other views within the same relative layout (but not itself!)
这个是说这行XML code是错误的
删掉就行了吗?
我觉得奇怪的是
使用模拟器测试时,都没报错
打包成apk就是一直不过
--
※ 发信站: 批踢踢实业坊(ptt.cc), 来自: 111.241.176.116 (台湾)
※ 文章网址: https://webptt.com/cn.aspx?n=bbs/AndroidDev/M.1616596250.A.643.html
1F:→ evo1994: lint的问题 简单解就是在gradle 设定 LintOption abort 03/27 09:04
2F:→ evo1994: 掉error 03/27 09:04
3F:→ aids61517: 与其关掉lint,不如去修正这个问题,这个满好修的 03/27 13:08
4F:→ siriusu: txtLocation 不在同一层的意思 03/31 02:45
5F:→ kobe8112: 不太明白这个错误描述都这麽清楚了,硬是不尝试照错误 03/31 08:57
6F:→ kobe8112: 说明调整,反而想说整个删掉,这思维方式很妙... 03/31 08:57
7F:推 zcbxvsdf: 一楼的解,是解雇的解:D 04/04 21:27