You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
uav_app/app/build/reports/lint-results-release-fatal.xml

21 lines
1.1 KiB

<?xml version="1.0" encoding="UTF-8"?>
<issues format="5" by="lint 4.2.1">
<issue
id="UnknownId"
severity="Fatal"
message="The id &quot;`CameraCapturePanel`&quot; 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=" android:layout_toLeftOf=&quot;@+id/CameraCapturePanel&quot;"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="D:\project\yang_app_yuan\Mobile-UXSDK-Android-master-yuer\Mobile-UXSDK-Android-master-yuer\sample-m300\app\src\main\res\layout\activity_default_widgets.xml"
line="358"
column="9"/>
</issue>
</issues>