在Android Studio中连接字符串之前添加@SuppressLint(“settexti18n”)注释

我尝试了下面的代码来连接“number”(整数变量)和“$”(字符串),但是我从android Studio得到了一个警告:“不要连接使用settext显示的文本。使用带有占位符的资源字符串。” 并建议我添加“@suppresslint(”settexti18n“)”。 这之后,警告就消失了。

你可能感兴趣的:(android,studio,android,ide)