You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We get next lint error after integrated Gander in debug app:
/Users/android_runner_1/.gradle/caches/transforms-2/files-2.1/5890ee85d59f6c9ade9e3338fa7864d2/res/values/values.xml:39: Error: The resource R.font. appears to be unused [UnusedResources]
<string name="gander_search_request_hint"><font size="12">Search Request and Headers</font></string>
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
I was trying to suppress it in our lint.xml but failed with all approaches I tried. Do you have a suggestion how to fix it?
Do you think it is lint bug?
Would you mind to add UnusedResource suppression to the library?
The text was updated successfully, but these errors were encountered:
Did wrapping into CDATA work. If we do that that i guess instead ofSearch Request and Headers, it will be shown as <font size="12">Search Request and Headers</font>
We get next lint error after integrated Gander in debug app:
I was trying to suppress it in our
lint.xml
but failed with all approaches I tried. Do you have a suggestion how to fix it?Do you think it is lint bug?
Would you mind to add
UnusedResource
suppression to the library?The text was updated successfully, but these errors were encountered: