123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229 |
- <?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="<resolve xmlns:launcher="http://schemas.android.com/apk/res-auto/com.android.launcher3" >"
- errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
- <location
- file="../Code/res/xml/app_target_browser.xml"
- line="18"
- column="26"/>
- </issue>
- <issue
- id="ResAuto"
- message="Suspicious namespace: Did you mean `http://schemas.android.com/apk/res-auto`?"
- errorLine1="<resolve xmlns:launcher="http://schemas.android.com/apk/res-auto/com.android.launcher3" >"
- errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
- <location
- file="../Code/res/xml/app_target_camera.xml"
- line="18"
- column="26"/>
- </issue>
- <issue
- id="ResAuto"
- message="Suspicious namespace: Did you mean `http://schemas.android.com/apk/res-auto`?"
- errorLine1="<resolve xmlns:launcher="http://schemas.android.com/apk/res-auto/com.android.launcher3" >"
- errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
- <location
- file="../Code/res/xml/app_target_email.xml"
- line="18"
- column="26"/>
- </issue>
- <issue
- id="ResAuto"
- message="Suspicious namespace: Did you mean `http://schemas.android.com/apk/res-auto`?"
- errorLine1="<resolve xmlns:launcher="http://schemas.android.com/apk/res-auto/com.android.launcher3" >"
- errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
- <location
- file="../Code/res/xml/app_target_gallery.xml"
- line="18"
- column="26"/>
- </issue>
- <issue
- id="ResAuto"
- message="Suspicious namespace: Did you mean `http://schemas.android.com/apk/res-auto`?"
- errorLine1="<resolve xmlns:launcher="http://schemas.android.com/apk/res-auto/com.android.launcher3" >"
- errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
- <location
- file="../Code/res/xml/app_target_messenger.xml"
- line="18"
- column="26"/>
- </issue>
- <issue
- id="ResAuto"
- message="Suspicious namespace: Did you mean `http://schemas.android.com/apk/res-auto`?"
- errorLine1="<resolve xmlns:launcher="http://schemas.android.com/apk/res-auto/com.android.launcher3" >"
- errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
- <location
- file="../Code/res/xml/app_target_phone.xml"
- line="18"
- column="26"/>
- </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="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_5x6.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/dw_phone_hotseat.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/dw_tablet_hotseat.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.xml"
- line="72"
- column="28"/>
- <location
- file="../Code/res/values-sw720dp/config.xml"
- line="2"
- column="35"
- message="This value will not be used"/>
- </issue>
- <issue
- id="MissingDefaultResource"
- message="The layout "launcher" in layout-land has no declaration in the base `layout` folder; this can lead to crashes when the resource is queried in a configuration that does not match this qualifier"
- errorLine1="<com.android.launcher3.LauncherRootView"
- errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
- <location
- file="../Code/res/layout-land/launcher.xml"
- line="18"
- column="2"/>
- </issue>
- <issue
- id="MissingDefaultResource"
- message="The layout "launcher" in layout-port has no declaration in the base `layout` folder; this can lead to crashes when the resource is queried in a configuration that does not match this qualifier"
- errorLine1="<com.android.launcher3.LauncherRootView"
- errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
- <location
- file="../Code/res/layout-port/launcher.xml"
- line="18"
- column="2"/>
- </issue>
- <issue
- id="MissingDefaultResource"
- message="The layout "launcher" in layout-sw720dp has no declaration in the base `layout` folder; this can lead to crashes when the resource is queried in a configuration that does not match this qualifier"
- errorLine1="<com.android.launcher3.LauncherRootView"
- errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
- <location
- file="../Code/res/layout-sw720dp/launcher.xml"
- line="18"
- column="2"/>
- </issue>
- <issue
- id="MissingDefaultResource"
- message="The layout "longpress_cling" in layout-land has no declaration in the base `layout` folder; this can lead to crashes when the resource is queried in a configuration that does not match this qualifier"
- errorLine1="<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android""
- errorLine2=" ~~~~~~~~~~~~">
- <location
- file="../Code/res/layout-land/longpress_cling.xml"
- line="2"
- column="2"/>
- </issue>
- <issue
- id="MissingDefaultResource"
- message="The layout "longpress_cling" in layout-port has no declaration in the base `layout` folder; this can lead to crashes when the resource is queried in a configuration that does not match this qualifier"
- errorLine1="<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android""
- errorLine2=" ~~~~~~~~~~~">
- <location
- file="../Code/res/layout-port/longpress_cling.xml"
- line="2"
- column="2"/>
- </issue>
- <issue
- id="MissingDefaultResource"
- message="The layout "longpress_cling" in layout-sw600dp-port has no declaration in the base `layout` folder; this can lead to crashes when the resource is queried in a configuration that does not match this qualifier"
- errorLine1="<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android""
- errorLine2=" ~~~~~~~~~~~~">
- <location
- file="../Code/res/layout-sw600dp-port/longpress_cling.xml"
- line="2"
- column="2"/>
- </issue>
- <issue
- id="MissingDefaultResource"
- message="The layout "migration_cling" in layout-land has no declaration in the base `layout` folder; this can lead to crashes when the resource is queried in a configuration that does not match this qualifier"
- errorLine1="<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android""
- errorLine2=" ~~~~~~~~~~~~">
- <location
- file="../Code/res/layout-land/migration_cling.xml"
- line="17"
- column="2"/>
- </issue>
- <issue
- id="MissingDefaultResource"
- message="The layout "migration_cling" in layout-port has no declaration in the base `layout` folder; this can lead to crashes when the resource is queried in a configuration that does not match this qualifier"
- errorLine1="<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android""
- errorLine2=" ~~~~~~~~~~~">
- <location
- file="../Code/res/layout-port/migration_cling.xml"
- line="17"
- column="2"/>
- </issue>
- </issues>
|