123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596 |
- <?xml version="1.0" encoding="UTF-8"?>
- <issues format="6" by="lint 8.1.3" type="baseline" client="gradle" dependencies="false" name="AGP (8.1.3)" variant="fatal" version="8.1.3">
- <issue
- id="ResAuto"
- message="Suspicious namespace: Did you mean `http://schemas.android.com/apk/res-auto`?"
- errorLine1="<favorites xmlns:launcher="http://schemas.android.com/apk/res-auto/com.android.launcher3">"
- errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
- <location
- file="../Code/res/xml/default_workspace_3x3.xml"
- line="17"
- column="28"/>
- </issue>
- <issue
- id="ResAuto"
- message="Suspicious namespace: Did you mean `http://schemas.android.com/apk/res-auto`?"
- errorLine1="<favorites xmlns:launcher="http://schemas.android.com/apk/res-auto/com.android.launcher3">"
- errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
- <location
- file="../Code/res/xml/default_workspace_4x4.xml"
- line="17"
- column="28"/>
- </issue>
- <issue
- id="ResAuto"
- message="Suspicious namespace: Did you mean `http://schemas.android.com/apk/res-auto`?"
- errorLine1="<favorites xmlns:launcher="http://schemas.android.com/apk/res-auto/com.android.launcher3">"
- errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
- <location
- file="../Code/res/xml/default_workspace_5x5.xml"
- line="17"
- column="28"/>
- </issue>
- <issue
- id="ManifestResource"
- message="Resources referenced from the manifest cannot vary by configuration (except for version qualifiers, e.g. `-v21`). Found variation in sw720dp-v13"
- errorLine1=" android:largeHeap="@bool/config_largeHeap""
- errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~">
- <location
- file="../Code/AndroidManifest-common.xml"
- line="81"
- column="28"/>
- <location
- file="../Code/res/values-sw720dp/config.xml"
- line="2"
- column="35"
- message="This value will not be used"/>
- </issue>
- <issue
- id="ManifestResource"
- message="Resources referenced from the manifest cannot vary by configuration (except for version qualifiers, e.g. `-v21`). Found variation in sw720dp-v13"
- errorLine1=" android:largeHeap="@bool/config_largeHeap""
- errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~">
- <location
- file="../Code/quickstep/AndroidManifest-launcher.xml"
- line="37"
- column="28"/>
- <location
- file="../Code/res/values-sw720dp/config.xml"
- line="2"
- column="35"
- message="This value will not be used"/>
- </issue>
- <issue
- id="ManifestResource"
- message="Resources referenced from the manifest cannot vary by configuration (except for version qualifiers, e.g. `-v21`). Found variation in sw720dp-v13"
- errorLine1=" android:largeHeap="@bool/config_largeHeap""
- errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~">
- <location
- file="../Code/quickstep/AndroidManifest.xml"
- line="43"
- column="28"/>
- <location
- file="../Code/res/values-sw720dp/config.xml"
- line="2"
- column="35"
- message="This value will not be used"/>
- </issue>
- <issue
- id="ExtraTranslation"
- message=""folder_name" is translated here but not found in default locale"
- errorLine1=" <string name="folder_name" msgid="7371454440695724752"></string>"
- errorLine2=" ~~~~~~~~~~~~~~~~~~">
- <location
- file="../Code/res/values-rm/strings.xml"
- line="28"
- column="13"/>
- </issue>
- </issues>
|