我正在编译要发布的应用程序,但收到一条错误消息: 在组装释放目标时,Lint发现了致命错误。
<issue
id="UnknownId"
severity="Fatal"
message="The id "`_dynamic`" is not defined anywhere."
category="Correctness"
priority="8"
summary="Reference to an unknown id"
explanation="The `@+id/` syntax refers to an existing id, or creates a new one if it has not already been defined elsewhere. However, this means that if you have a typo in your reference, or if the referred view no longer exists, you do not get a warning since the id will be created on demand. This check catches errors where you have renamed an id without updating all of the references to it."
errorLine1=" app:layout_constraintBottom_toTopOf="@+id/_dynamic""
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="C:\Users\Jackson\Desktop\SafetyNet\app\src\main\res\layout\activity_mock.xml"
line="35"
column="9"/>
</issue>