ckChangeLog icon indicating copy to clipboard operation
ckChangeLog copied to clipboard

New lint check MissingDefaultResource

Open jonzl opened this issue 7 years ago • 0 comments

With the introduction of the MissingDefaultResource ( http://tools.android.com/tips/lint-checks ), an error occurs if this library is used with changelog xml resources in several languages.

bildschirmfoto 2018-11-04 um 17 09 11

As a work around, one can create in res/xml a copy of the changelog_master.xml as a dummy with the name changelog.xml in order to avoid this lint error. Could we fix this also in the library logic?

jonzl avatar Nov 04 '18 16:11 jonzl