To suppress a lint warning in a build.gradle file, add a section like this: android { lintOptions { disable 'TypographyFractions','TypographyQuotes' } }.
確定! 回上一頁