如何在Android中的EditText的setError popup msg中支持其他语言?

时间:2018-12-26 12:05:49

标签: java android android-edittext

我想在编辑文本中选择error message中的popup中显示specific language

例如: editText.setError(R.string.common_title);

但是,它向我显示了blank popup的编辑文本。

enter image description here

谢谢

1 个答案:

答案 0 :(得分:1)

请确保您根据official Doc

为不同的语言使用了不同的字符串文件

编辑:如果gradle文件的这一行为 resConfig“ en” ,则将其删除。