【我的android探索之路】解决strings.xml格式化占位符错误: Multiple substitutions specified in non-positional format

问题描述

Multiple substitutions specified in non-positional format; did you mean to add the formatted="false" attribute?

Error:(16) Multiple substitutions specified in non-positional format; did you mean to add the formatted="false" attribute?
Error:(16) Unexpected end tag string
Error:Execution failed for task ':app:processDebugResources'.
> com.android.ide.common.process.ProcessException: org.gradle.process.internal.ExecException: Process 'command 'F:\AndroidStudio\sdk\build-tools\23.0.2\aapt.exe'' finished with non-zero exit value 1
Information:BUILD FAILED
Information:Total time: 8.228 secs

搜资料发现

发现可能是  string.xml中的 %s 导致编译失败,应该把%s 改成%1$s的形式。

尝试解决

将%改成 %1$

<string name="specific_engine_init_failed">%1$s 初始化失败,错误码为:%1$d</string>


再次编译,问题解决

原文地址

 

评论 2
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值