今天使用低版本死丢丢导入项目报错
Error:(107) Multiple substitutions specified in non-positional format; did you mean to add the formatted=“false” attribute?

解决方案:

修改为

在name后面加上 formatted=“false” 在编译就可以了
strings.xml占位符错误: Multiple substitutions specified in non-positional format
本文解决了一个在使用低版本死丢丢(可能是IDE或构建工具)导入项目时遇到的错误:Error:(107)Multiple substitutions specified in non-positional format。通过在name属性后添加formatted=false,成功解决了编译问题。

被折叠的 条评论
为什么被折叠?



